Skip to content

Commit a31241d

Browse files
authored
chore: define cooldowns for dependabot updates (#1432)
Patch updates should be considered immediately.
1 parent c5c5b6b commit a31241d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
version: 2
44
updates:
55
- package-ecosystem: "gomod"
6+
cooldown:
7+
default-days: 5
8+
semver-major-days: 14
9+
semver-minor-days: 5
10+
semver-patch-days: 0
611
directory: "/actions/trigger-argo-workflow"
712
schedule:
813
interval: "weekly"
@@ -13,6 +18,11 @@ updates:
1318
- "*"
1419

1520
- package-ecosystem: "gomod"
21+
cooldown:
22+
default-days: 5
23+
semver-major-days: 14
24+
semver-minor-days: 5
25+
semver-patch-days: 0
1626
directory: "/actions/techdocs-rewrite-relative-links"
1727
schedule:
1828
interval: "weekly"

0 commit comments

Comments
 (0)