Skip to content

Commit 0f2e819

Browse files
committed
ci(dependabot): group PR & cooldown
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
1 parent bf9455a commit 0f2e819

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,27 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
cooldown:
9+
default-days: 7
810
- package-ecosystem: "github-actions"
911
directories:
1012
- "/"
1113
- "/.github/actions/*"
14+
groups:
15+
actions:
16+
patterns:
17+
- "*"
1218
schedule:
1319
interval: "weekly"
20+
cooldown:
21+
default-days: 7
1422
- package-ecosystem: "gomod"
1523
directory: "/"
24+
groups:
25+
actions:
26+
patterns:
27+
- "*"
1628
schedule:
1729
interval: "weekly"
30+
cooldown:
31+
default-days: 7

0 commit comments

Comments
 (0)