Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 4f59182

Browse files
authored
Merge pull request #843 from alphagov/enable-cooldown
Add Cooldown period for dependabot
2 parents b234ac8 + 9f7b0a3 commit 4f59182

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ updates:
1010
directory: "/"
1111
schedule:
1212
interval: "weekly"
13-
day: "sunday"
13+
day: "tuesday"
14+
cooldown:
15+
default-days: 7
1416
open-pull-requests-limit: 10
1517

1618
# Maintain dependencies for Ruby/Rails bundler
1719
- package-ecosystem: "bundler"
1820
directory: "/"
1921
schedule:
2022
interval: "weekly"
21-
day: "sunday"
23+
day: "tuesday"
24+
cooldown:
25+
default-days: 7
2226
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)