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

Commit 9f7b0a3

Browse files
committed
Add Cooldown period for dependabot
We're adding a cooldown period to help protect againts supply chain attacks We also want PRs to be raise on a day when we're likely to be around
1 parent b234ac8 commit 9f7b0a3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.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)