Skip to content

Commit 945c64c

Browse files
fix: increase npm cooldown default-days to 7 for zizmor compliance
zizmor requires default-days >= 7. Semver-specific days still apply for major (14d), minor (3d), and patch (3d). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0ff6ed7 commit 945c64c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ updates:
1818
schedule:
1919
interval: weekly
2020
cooldown:
21-
default-days: 3
21+
default-days: 7
2222
semver-major-days: 14
2323
semver-minor-days: 3
2424
semver-patch-days: 3

0 commit comments

Comments
 (0)