Skip to content

Commit 593fda3

Browse files
reberhardt7claude
andcommitted
fix: add dependabot cooldown configuration to resolve zizmor findings
Add default-days: 7 cooldown to all three dependabot update entries (docker x2, github-actions x1) to satisfy the dependabot-cooldown audit. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cb4d159 commit 593fda3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ updates:
1515
commit-message:
1616
prefix: "chore"
1717
include: "scope" # → chore(deps): bump trivy from 0.69.2 to 0.69.3
18+
cooldown:
19+
default-days: 7
1820

1921
# app_tests Dockerfile — same as above, plus golang and securego/gosec.
2022
- package-ecosystem: "docker"
@@ -27,6 +29,8 @@ updates:
2729
commit-message:
2830
prefix: "chore"
2931
include: "scope"
32+
cooldown:
33+
default-days: 7
3034

3135
# GitHub Actions — tracks all uses: ... action versions.
3236
- package-ecosystem: "github-actions"
@@ -39,3 +43,5 @@ updates:
3943
commit-message:
4044
prefix: "ci"
4145
include: "scope" # → ci(deps): bump actions/checkout from v3 to v4
46+
cooldown:
47+
default-days: 7

0 commit comments

Comments
 (0)