Skip to content

Commit 20144a1

Browse files
Add cooldown settings for GitHub Actions and npm updates in dependabot configuration
1 parent b5ba461 commit 20144a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ updates:
1212
all-github-actions:
1313
patterns:
1414
- "*"
15+
cooldown:
16+
default-days: 7
1517

1618
# Enable version updates for javascript/npm
1719
- package-ecosystem: "npm"
@@ -23,3 +25,5 @@ updates:
2325
all-npm-dependencies:
2426
patterns:
2527
- "*"
28+
cooldown:
29+
default-days: 7

0 commit comments

Comments
 (0)