Skip to content

Commit bc12111

Browse files
committed
ci: add dependabot cooldown
1 parent 9770413 commit bc12111

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: '/'
55
schedule:
66
interval: 'weekly'
7+
cooldown:
8+
semver-major-days: 7
9+
semver-minor-days: 7
10+
semver-patch-days: 3
711
groups:
812
npm-dependencies:
913
patterns:
@@ -14,3 +18,5 @@ updates:
1418
directory: "/"
1519
schedule:
1620
interval: "weekly"
21+
cooldown:
22+
default-days: 3

0 commit comments

Comments
 (0)