From bc7b534f5b87a218ae810fa0415e5b149c59a08a Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Tue, 23 Dec 2025 18:28:47 -0500 Subject: [PATCH] chore: update global workflows (#4486) --- .github/dependabot.yml | 5 ++++- .github/workflows/_codeql.yml | 2 -- .github/workflows/_common-lint.yml | 6 ------ .github/workflows/_update-pacman-repo.yml | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b3ceeb2..70774ed7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,7 +24,10 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/*" + - "/actions/*" rebase-strategy: disabled schedule: interval: "cron" diff --git a/.github/workflows/_codeql.yml b/.github/workflows/_codeql.yml index cfa961cb..15c5a6f6 100644 --- a/.github/workflows/_codeql.yml +++ b/.github/workflows/_codeql.yml @@ -14,8 +14,6 @@ on: branches: - master pull_request: - branches: - - master schedule: - cron: '00 12 * * 0' # every Sunday at 12:00 UTC diff --git a/.github/workflows/_common-lint.yml b/.github/workflows/_common-lint.yml index 7c317130..80be0ccf 100644 --- a/.github/workflows/_common-lint.yml +++ b/.github/workflows/_common-lint.yml @@ -9,12 +9,6 @@ permissions: on: pull_request: - branches: - - master - types: - - opened - - synchronize - - reopened concurrency: group: "${{ github.workflow }}-${{ github.ref }}" diff --git a/.github/workflows/_update-pacman-repo.yml b/.github/workflows/_update-pacman-repo.yml index dce30c57..56e8c064 100644 --- a/.github/workflows/_update-pacman-repo.yml +++ b/.github/workflows/_update-pacman-repo.yml @@ -21,7 +21,7 @@ concurrency: cancel-in-progress: true jobs: - update-homebrew-release: + update-pacman-repo: name: Update pacman repo uses: LizardByte/.github/.github/workflows/__call-update-pacman-repo.yml@master if: github.repository_owner == 'LizardByte'