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 8af7277 commit f186b93Copy full SHA for f186b93
.github/dependabot.yml
@@ -17,3 +17,13 @@ updates:
17
ignore:
18
- dependency-name: '*'
19
update-types: ['version-update:semver-patch', 'version-update:semver-minor']
20
+
21
+ - package-ecosystem: "gomod"
22
+ directory: "go"
23
+ schedule:
24
+ interval: "daily"
25
+ allow:
26
+ - dependency-name: "golang.org/x/mod"
27
+ - dependency-name: "golang.org/x/tools"
28
+ reviewers:
29
+ - "github/codeql-go-team"
0 commit comments