Skip to content

Commit f85cb5c

Browse files
committed
dependabot: Add cooldown
1 parent 7ca46b4 commit f85cb5c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ updates:
1313
update-types:
1414
- "minor"
1515
- "patch"
16+
cooldown:
17+
default-days: 7
1618

1719
- package-ecosystem: "github-actions"
1820
directory: "/"
1921
schedule:
2022
interval: "weekly"
21-
ignore:
22-
- dependency-name: "Andrew-Chen-Wang/github-wiki-action"
23+
cooldown:
24+
default-days: 7

0 commit comments

Comments
 (0)