Skip to content

Commit cd17e91

Browse files
chore: Add Dependabot version-update cooldown
1 parent 1a64407 commit cd17e91

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
version: 2
2-
updates:
2+
updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
5-
schedule:
5+
schedule:
66
interval: "daily"
7+
cooldown:
8+
default-days: 7
79
- package-ecosystem: "npm"
810
directory: "/"
9-
schedule:
11+
schedule:
1012
interval: "daily"
13+
cooldown:
14+
default-days: 7

0 commit comments

Comments
 (0)