We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f10a26 commit bc3d0ffCopy full SHA for bc3d0ff
1 file changed
.github/dependabot.yml
@@ -1,25 +1,23 @@
1
version: 2
2
updates:
3
- # Maintain dependencies for GitHub Actions
4
- package-ecosystem: github-actions
5
directory: /
6
schedule:
7
interval: weekly
8
assignees:
9
- ChristophShyper
+ groups:
10
+ gha-all:
11
+ patterns:
12
+ - "*"
13
- # Enable version updates for Docker
14
- package-ecosystem: docker
15
16
17
18
19
-
-# # Enable version updates for pip
20
-# - package-ecosystem: pip
21
-# directory: /
22
-# schedule:
23
-# interval: daily
24
-# assignees:
25
-# - ChristophShyper
+ docker-base-images:
0 commit comments