dev: improve dependabot configuration

This commit is contained in:
Fernandez Ludovic 2024-03-20 14:35:29 +01:00
parent 9d6d793175
commit 4eae95d298

View File

@ -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: