diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b3ceeb27..70774ed74 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 cfa961cb3..15c5a6f60 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 7c3171309..80be0ccfd 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 dce30c57b..56e8c0642 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'