Skip to content

Commit

Permalink
dev: improve dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 20, 2024
1 parent 9d6d793 commit 4eae95d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 4eae95d

Please sign in to comment.