Skip to content

Commit f1adb8a

Browse files
feat: group GitHub Actions and Docker updates in dependabot configuration (#70)
Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
1 parent 3466cea commit f1adb8a

1 file changed

Lines changed: 34 additions & 10 deletions

File tree

.github/dependabot.yml

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,46 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
3+
- package-ecosystem: github-actions
44
directory: "/.github/workflows"
55
schedule:
6-
interval: "daily"
7-
- package-ecosystem: "github-actions"
6+
interval: weekly
7+
groups:
8+
gha-all:
9+
patterns:
10+
- "*"
11+
12+
- package-ecosystem: github-actions
813
directory: "/templates/actions/workflows"
914
schedule:
10-
interval: "daily"
11-
- package-ecosystem: "github-actions"
15+
interval: weekly
16+
groups:
17+
gha-all:
18+
patterns:
19+
- "*"
20+
21+
- package-ecosystem: github-actions
1222
directory: "/templates/dockerized/workflows"
1323
schedule:
14-
interval: "daily"
15-
- package-ecosystem: "github-actions"
24+
interval: weekly
25+
groups:
26+
gha-all:
27+
patterns:
28+
- "*"
29+
30+
- package-ecosystem: github-actions
1631
directory: "/templates/other/workflows"
1732
schedule:
18-
interval: "daily"
19-
- package-ecosystem: "github-actions"
33+
interval: weekly
34+
groups:
35+
gha-all:
36+
patterns:
37+
- "*"
38+
39+
- package-ecosystem: github-actions
2040
directory: "/templates/static/workflows"
2141
schedule:
22-
interval: "daily"
42+
interval: weekly
43+
groups:
44+
gha-all:
45+
patterns:
46+
- "*"

0 commit comments

Comments
 (0)