File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,18 @@ updates:
44 directory : " /"
55 schedule :
66 interval : weekly
7+ cooldown :
8+ default-days : 7
9+ exclude :
10+ - " @actions/*"
711 labels :
812 - Rebuild
913 # Ignore incompatible dependency updates
1014 ignore :
1115 # There is a type incompatibility issue between v0.0.9 and our other dependencies.
1216 - dependency-name : " @octokit/plugin-retry"
1317 versions : ["~6.0.0"]
14- # This is broken due to the way configuration files have changed.
18+ # This is broken due to the way configuration files have changed.
1519 # This might be fixed when we move to eslint v9.
1620 - dependency-name : " eslint-plugin-import"
1721 versions : [">=2.30.0"]
@@ -28,6 +32,10 @@ updates:
2832 - " /.github/actions"
2933 schedule :
3034 interval : weekly
35+ cooldown :
36+ default-days : 7
37+ exclude :
38+ - " actions/*"
3139 labels :
3240 - Rebuild
3341 groups :
You can’t perform that action at this time.
0 commit comments