Skip to content

Commit 5af8c9d

Browse files
committed
find . -name .github -execdir uvx zizmor .github --fix \;
1 parent a5ebd93 commit 5af8c9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ updates:
77
open-pull-requests-limit: 3
88
labels:
99
- "dependabot:golang"
10+
cooldown:
11+
default-days: 7
1012
- package-ecosystem: "github-actions"
1113
directory: /
1214
schedule:
1315
interval: "weekly"
1416
open-pull-requests-limit: 3
1517
labels:
1618
- "dependabot:actions"
19+
cooldown:
20+
default-days: 7

0 commit comments

Comments
 (0)