Skip to content

Commit 6dcadb2

Browse files
authored
chore: add cooldown to npm updates (#125)
1 parent 97bf53b commit 6dcadb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ updates:
1111
- package-ecosystem: "npm"
1212
directory: "/"
1313
open-pull-requests-limit: 1
14+
cooldown:
15+
default-days: 5
1416
schedule:
1517
interval: "weekly"
1618
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups

0 commit comments

Comments
 (0)