Skip to content

Commit 4afcf41

Browse files
committed
chore: add cooldown configuration for npm updates in dependabot.yml
1 parent b81ce40 commit 4afcf41

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
@@ -9,6 +9,8 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
cooldown:
13+
default-days: 2
1214

1315
- package-ecosystem: "github-actions"
1416
directory: "/"

0 commit comments

Comments
 (0)