dev: improve dependabot configuration
This commit is contained in:
parent
9d6d793175
commit
4eae95d298
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -7,8 +7,10 @@ updates:
|
||||
day: "sunday"
|
||||
time: "11:00" # 11am UTC
|
||||
ignore:
|
||||
# ignore forked linters because of their versioning issues. TODO: fix it.
|
||||
- dependency-name: "github.com/golangci/*"
|
||||
# Ignore forked linters because of their versioning issues.
|
||||
- dependency-name: "github.com/golangci/dupl"
|
||||
- dependency-name: "github.com/golangci/gofmt"
|
||||
- dependency-name: "github.com/golangci/unconvert"
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
Loading…
x
Reference in New Issue
Block a user