Skip to content

Commit 98b5aa6

Browse files
committed
Add a cooldown to dependabot
This has become a recommended way to reduce the risk of supply chain attacks. 10 days is fairly arbitrary and could be shortened or lengthened in the future.
1 parent f3e4015 commit 98b5aa6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ version: 2
22
updates:
33
- package-ecosystem: "bundler"
44
directory: "/" # Location of package manifests
5+
cooldown:
6+
default-days: 10
57
schedule:
68
interval: "daily"

0 commit comments

Comments
 (0)