Skip to content

Commit b5da231

Browse files
authored
Merge pull request #329 from spdx/add-cooldown-period
Add cooldown settings for Dependabot updates
2 parents bbe8cfc + bc763a6 commit b5da231

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
@@ -5,7 +5,11 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
cooldown:
9+
default-days: 7
810
- package-ecosystem: "github-actions"
911
directory: "/"
1012
schedule:
1113
interval: "weekly"
14+
cooldown:
15+
default-days: 7

0 commit comments

Comments
 (0)