Skip to content

Commit 5d10e16

Browse files
TethikJassob
authored andcommitted
chore: fix dependabot cooldown for non-semver ecosystems
1 parent 89efcc7 commit 5d10e16

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ updates:
88
day: "monday"
99
time: "05:06"
1010
timezone: "Europe/Stockholm"
11-
1211
cooldown:
1312
default-days: 7
14-
semver-major-days: 30
15-
semver-minor-days: 7
16-
semver-patch-days: 3
13+
1714
- package-ecosystem: gomod
1815
directory: /
1916
schedule:
@@ -28,12 +25,12 @@ updates:
2825
update-types:
2926
- "minor"
3027
- "patch"
31-
3228
cooldown:
3329
default-days: 7
3430
semver-major-days: 30
3531
semver-minor-days: 7
3632
semver-patch-days: 3
33+
3734
- package-ecosystem: gomod
3835
directory: .sage
3936
schedule:

0 commit comments

Comments
 (0)