Skip to content

Commit cdf95fa

Browse files
chore: Add Dependabot version-update cooldown
1 parent 5f6ebd1 commit cdf95fa

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,17 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12-
12+
cooldown:
13+
default-days: 7
1314
- package-ecosystem: "docker"
1415
directory: "/"
1516
schedule:
1617
interval: "weekly"
18+
cooldown:
19+
default-days: 7
20+
- package-ecosystem: "github-actions"
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"
24+
cooldown:
25+
default-days: 7

0 commit comments

Comments
 (0)