Skip to content

Commit d42ba89

Browse files
authored
fix: harden GitHub Actions workflows (zizmor) (#525)
Add cooldown configuration (default-days: 7) to Dependabot updates to prevent excessive update frequency and reduce CI load.
1 parent dd7c76a commit d42ba89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ updates:
88
schedule:
99
interval: yearly
1010
open-pull-requests-limit: 0
11+
cooldown:
12+
default-days: 7

0 commit comments

Comments
 (0)