We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb50491 commit 28d0c92Copy full SHA for 28d0c92
.github/dependabot.yml
@@ -3,20 +3,26 @@ updates:
3
# Maintain dependencies for GitHub Actions
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
- open-pull-requests-limit: 20
7
schedule:
8
interval: "weekly"
9
commit-message:
10
prefix: ":seedling:"
11
-
+ groups:
+ github-actions:
12
+ patterns:
13
+ - "*"
14
+
15
# Maintain dependencies for Docker
16
- package-ecosystem: "docker"
17
directory: /
18
- interval: "daily"
19
+ interval: "weekly"
20
21
22
23
+ docker-images:
24
25
26
27
# Maintain dependencies for go
28
- package-ecosystem: "gomod"
0 commit comments