GHA/checksrc: extend zizmor to Dependabot, set cooldown periods

Closes #19216
This commit is contained in:
Viktor Szakats 2025-10-24 13:49:51 +02:00
parent 87ab1cd255
commit 7d0261c228
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 8 additions and 1 deletions

View file

@ -8,6 +8,8 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
cooldown:
default-days: 7
commit-message:
prefix: 'GHA:'
@ -17,5 +19,10 @@ updates:
- '/tests'
schedule:
interval: 'monthly'
cooldown:
default-days: 7
semver-major-days: 15
semver-minor-days: 7
semver-patch-days: 3
commit-message:
prefix: 'GHA:'

View file

@ -135,7 +135,7 @@ jobs:
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
zizmor --pedantic .github/workflows/*.yml
zizmor --pedantic .github/workflows/*.yml .github/dependabot.yml
- name: 'shellcheck CI'
run: |