Move dependabot config to .github folder (#1242)

This commit is contained in:
Sergey Vilgelm 2020-07-13 23:18:30 -05:00 committed by GitHub
parent cb3f67f88a
commit 203bab67a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 10 deletions

View File

@ -1,10 +0,0 @@
version: 1
update_configs:
- package_manager: "go:modules"
directory: "/"
update_schedule: "weekly"
default_labels:
- "dependency"
ignored_updates:
- match: # ignore forked linters because of their versioning issues. TODO: fix it.
dependency_name: "github.com/golangci/*"

23
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
ignore:
# ignore forked linters because of their versioning issues. TODO: fix it.
- dependency-name: "github.com/golangci/*"
reviewers:
- "golangci/team"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
reviewers:
- "golangci/team"
- package-ecosystem: docker
directory: "/build"
schedule:
interval: weekly
reviewers:
- "golangci/team"