Skip to content

Commit e00ae38

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

1 file changed

Lines changed: 32 additions & 12 deletions

File tree

.github/dependabot.yml

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,48 @@
11
version: 2
22
updates:
3-
# Maintain dependencies for GitHub Actions
4-
- package-ecosystem: "github-actions"
3+
- package-ecosystem: github-actions
54
directory: "/"
65
schedule:
7-
interval: "daily"
6+
interval: weekly
7+
assignees:
8+
- ChristophShyper
9+
labels:
10+
- automatic
11+
groups:
12+
gha-all:
13+
patterns:
14+
- "*"
815

9-
# Enable version updates for Docker
10-
- package-ecosystem: "docker"
16+
- package-ecosystem: docker
1117
directory: "/"
1218
schedule:
13-
interval: "daily"
19+
interval: weekly
1420
assignees:
15-
- "ChristophShyper"
21+
- ChristophShyper
1622
labels:
1723
- automatic
24+
groups:
25+
docker-base-images:
26+
patterns:
27+
- "*"
1828

19-
20-
# Enable version updates for pip
21-
- package-ecosystem: "pip"
29+
- package-ecosystem: pip
2230
directory: "/"
2331
schedule:
24-
interval: "daily"
32+
interval: weekly
2533
assignees:
26-
- "ChristophShyper"
34+
- ChristophShyper
2735
labels:
2836
- automatic
37+
groups:
38+
pip-patch-minor:
39+
patterns:
40+
- "*"
41+
update-types:
42+
- minor
43+
- patch
44+
pip-major:
45+
patterns:
46+
- "*"
47+
update-types:
48+
- major

0 commit comments

Comments
 (0)