Skip to content

Commit 9a4b88b

Browse files
committed
Add cooldown settings for Dependabot
1 parent bd9f639 commit 9a4b88b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)