Skip to content

Commit 56ac9f9

Browse files
Tethikfredrikaverpil
authored andcommitted
chore: fix dependabot cooldown for non-semver ecosystems
1 parent cd48939 commit 56ac9f9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ updates:
1212

1313
cooldown:
1414
default-days: 7
15+
exclude:
16+
- github.com/einride/*
17+
- github.com/einride-autonomous/*
18+
- github.com/einride-labs/*
1519
- package-ecosystem: gomod
1620
directory: /
1721
schedule:
@@ -26,6 +30,10 @@ updates:
2630
semver-major-days: 30
2731
semver-minor-days: 7
2832
semver-patch-days: 3
33+
exclude:
34+
- github.com/einride/*
35+
- github.com/einride-autonomous/*
36+
- github.com/einride-labs/*
2937
- package-ecosystem: gomod
3038
directory: .sage
3139
schedule:
@@ -39,3 +47,7 @@ updates:
3947
semver-major-days: 30
4048
semver-minor-days: 7
4149
semver-patch-days: 3
50+
exclude:
51+
- github.com/einride/*
52+
- github.com/einride-autonomous/*
53+
- github.com/einride-labs/*

0 commit comments

Comments
 (0)