Skip to content

Commit 6d6ef1b

Browse files
committed
Legg til 7 dagers cooldown i dependabot.yaml
Det bør gi oss litt ekstra sikkerhet mot supply chain
1 parent 47add18 commit 6d6ef1b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/dependabot.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,32 @@ updates:
77
interval: "daily"
88
time: "10:05"
99
timezone: "Europe/Oslo"
10+
cooldown:
11+
default-days: 7
1012
# Maintain dependencies for gradle
1113
- package-ecosystem: "gradle"
1214
directory: "/"
1315
schedule:
1416
interval: "daily"
1517
time: "10:05"
1618
timezone: "Europe/Oslo"
17-
groups:
18-
minor-and-patch-bumps:
19-
update-types:
20-
- "minor"
21-
- "patch"
19+
cooldown:
20+
default-days: 7
2221
# Maintain dependencies for docker
2322
- package-ecosystem: "docker"
2423
directory: "/"
2524
schedule:
2625
interval: "daily"
2726
time: "10:05"
2827
timezone: "Europe/Oslo"
28+
cooldown:
29+
default-days: 7
2930
# Maintain dependencies for npm
3031
- package-ecosystem: "npm"
3132
directory: "/"
3233
schedule:
3334
interval: "daily"
3435
time: "10:05"
3536
timezone: "Europe/Oslo"
37+
cooldown:
38+
default-days: 7

0 commit comments

Comments
 (0)