Skip to content

Commit bc3d0ff

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

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
version: 2
22
updates:
3-
# Maintain dependencies for GitHub Actions
43
- package-ecosystem: github-actions
54
directory: /
65
schedule:
76
interval: weekly
87
assignees:
98
- ChristophShyper
9+
groups:
10+
gha-all:
11+
patterns:
12+
- "*"
1013

11-
# Enable version updates for Docker
1214
- package-ecosystem: docker
1315
directory: /
1416
schedule:
1517
interval: weekly
1618
assignees:
1719
- ChristophShyper
18-
19-
# # Enable version updates for pip
20-
# - package-ecosystem: pip
21-
# directory: /
22-
# schedule:
23-
# interval: daily
24-
# assignees:
25-
# - ChristophShyper
20+
groups:
21+
docker-base-images:
22+
patterns:
23+
- "*"

0 commit comments

Comments
 (0)