Skip to content

Commit 2af8819

Browse files
authored
Add cooldowns to non-data Dependabot updates (#3575)
1 parent f4d291c commit 2af8819

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ updates:
99
- gh-pages
1010
schedule:
1111
interval: daily
12+
cooldown:
13+
default-days: 7
14+
exclude:
15+
# Data packages are excluded from cooldowns, since we want those more urgently
16+
- "@mdn/browser-compat-data"
17+
- "caniuse-lite"
18+
- "web-specs"
1219
ignore:
1320
- dependency-name: "@types/node"
1421
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)