Skip to content

Commit 8836cda

Browse files
AriESQclaude
andcommitted
Add cooldown configuration to Dependabot updates
Fixes zizmor dependabot-cooldown warnings by adding cooldown settings (3-day default, 7-day semver-major) to both pip and github-actions ecosystems. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b41ecf9 commit 8836cda

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
@@ -4,7 +4,13 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
cooldown:
8+
default-days: 3
9+
semver-major-days: 7
710
- package-ecosystem: "github-actions"
811
directory: "/"
912
schedule:
1013
interval: "weekly"
14+
cooldown:
15+
default-days: 3
16+
semver-major-days: 7

0 commit comments

Comments
 (0)