Skip to content

Commit 41aa0d3

Browse files
authored
Merge pull request #36 from increments/set-dependabot-cooldown
Add cooldown configuration to Dependabot with 7-day delay
2 parents 0ac463a + 5eaeb83 commit 41aa0d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
cooldown:
9+
default-days: 7
810
- package-ecosystem: "bundler"
911
directory: "/"
1012
schedule:
1113
interval: "weekly"
14+
cooldown:
15+
default-days: 7

0 commit comments

Comments
 (0)