File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ version: 2
22updates :
33- package-ecosystem : " github-actions"
44 directory : " /"
5+ cooldown :
6+ default-days : 3
57 groups :
68 actions :
79 patterns :
@@ -12,6 +14,8 @@ updates:
1214 timezone : Europe/London
1315- package-ecosystem : nuget
1416 directory : " /"
17+ cooldown :
18+ default-days : 3
1519 schedule :
1620 interval : daily
1721 time : " 06:30"
Original file line number Diff line number Diff line change 4949 runs-on : ubuntu-latest
5050
5151 env :
52- ZIZMOR_VERSION : ' 1.13.0 '
52+ ZIZMOR_VERSION : ' 1.23.1 '
5353
5454 permissions :
5555 actions : read
Original file line number Diff line number Diff line change 11rules :
22 anonymous-definition :
33 disable : true
4+ dependabot-cooldown :
5+ config :
6+ days : 3
7+ secrets-outside-env :
8+ disable : true
49 undocumented-permissions :
510 disable : true
You can’t perform that action at this time.
0 commit comments