We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4826a19 commit 0d4aaebCopy full SHA for 0d4aaeb
1 file changed
.github/dependabot.yml
@@ -2,7 +2,7 @@ version: 2
2
3
updates:
4
- package-ecosystem: "github-actions"
5
- directories: "/*"
+ directories: "/.github/workflows"
6
groups:
7
ci:
8
patterns:
@@ -12,7 +12,7 @@ updates:
12
day: "sunday"
13
14
- package-ecosystem: "gomod"
15
+ directories: "/src/*"
16
17
go:
18
update-types: ["minor", "patch"]
@@ -21,7 +21,7 @@ updates:
21
22
23
- package-ecosystem: docker
24
25
schedule:
26
interval: "weekly"
27
0 commit comments