mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Add dependabot configuration for Go dependencies
This commit is contained in:
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@@ -17,3 +17,13 @@ updates:
|
||||
ignore:
|
||||
- dependency-name: '*'
|
||||
update-types: ['version-update:semver-patch', 'version-update:semver-minor']
|
||||
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "go"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
allow:
|
||||
- dependency-name: "golang.org/x/mod"
|
||||
- dependency-name: "golang.org/x/tools"
|
||||
reviewers:
|
||||
- "github/codeql-go-team"
|
||||
|
||||
Reference in New Issue
Block a user