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"
|
day: "sunday"
|
||||||
time: "11:00" # 11am UTC
|
time: "11:00" # 11am UTC
|
||||||
ignore:
|
ignore:
|
||||||
# ignore forked linters because of their versioning issues. TODO: fix it.
|
# Ignore forked linters because of their versioning issues.
|
||||||
- dependency-name: "github.com/golangci/*"
|
- dependency-name: "github.com/golangci/dupl"
|
||||||
|
- dependency-name: "github.com/golangci/gofmt"
|
||||||
|
- dependency-name: "github.com/golangci/unconvert"
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user