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 24046ef commit fa0bfbaCopy full SHA for fa0bfba
.github/dependabot.yml
@@ -9,3 +9,15 @@ updates:
9
directory: "/"
10
schedule:
11
interval: "daily"
12
+ - package-ecosystem: "gomod"
13
+ directory: "/tools/"
14
+ allow:
15
+ - dependency-type: direct
16
+ schedule:
17
+ interval: "weekly"
18
+ commit-message:
19
+ prefix: "[tools]"
20
+ groups:
21
+ all-tools:
22
+ patterns:
23
+ - "*"
0 commit comments