Skip to content

Commit 720d353

Browse files
Tethikfredrikaverpil
authored andcommitted
chore: fix dependabot cooldown for non-semver ecosystems
1 parent 8820bf5 commit 720d353

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ updates:
88

99
cooldown:
1010
default-days: 7
11+
exclude:
12+
- github.com/einride/*
13+
- github.com/einride-autonomous/*
14+
- github.com/einride-labs/*
1115
- package-ecosystem: gomod
1216
directory: /
1317
schedule:
@@ -20,7 +24,10 @@ updates:
2024
semver-major-days: 30
2125
semver-minor-days: 7
2226
semver-patch-days: 3
23-
27+
exclude:
28+
- github.com/einride/*
29+
- github.com/einride-autonomous/*
30+
- github.com/einride-labs/*
2431
- package-ecosystem: gomod
2532
directory: .sage
2633
schedule:
@@ -30,3 +37,7 @@ updates:
3037
semver-major-days: 30
3138
semver-minor-days: 7
3239
semver-patch-days: 3
40+
exclude:
41+
- github.com/einride/*
42+
- github.com/einride-autonomous/*
43+
- github.com/einride-labs/*

0 commit comments

Comments
 (0)