mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:27:16 +03:00
GHA/checksrc: extend zizmor to Dependabot, set cooldown periods
Closes #19216
This commit is contained in:
parent
87ab1cd255
commit
7d0261c228
2 changed files with 8 additions and 1 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
|
@ -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:'
|
||||
|
|
|
|||
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue