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 7549f5b commit 9e5b82dCopy full SHA for 9e5b82d
.github/dependabot.yml
@@ -4,10 +4,14 @@ updates:
4
directory: "/"
5
groups:
6
all:
7
- patterns:
+ patterns:
8
- '*'
9
schedule:
10
interval: "daily"
11
+- package-ecosystem: "gomod"
12
+ directory: "/internal/tools/"
13
+ schedule:
14
+ interval: "daily"
15
- package-ecosystem: "github-actions"
16
17
0 commit comments