We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6d793 commit 4eae95dCopy full SHA for 4eae95d
.github/dependabot.yml
@@ -7,8 +7,10 @@ updates:
7
day: "sunday"
8
time: "11:00" # 11am UTC
9
ignore:
10
- # ignore forked linters because of their versioning issues. TODO: fix it.
11
- - dependency-name: "github.com/golangci/*"
+ # Ignore forked linters because of their versioning issues.
+ - dependency-name: "github.com/golangci/dupl"
12
+ - dependency-name: "github.com/golangci/gofmt"
13
+ - dependency-name: "github.com/golangci/unconvert"
14
- package-ecosystem: github-actions
15
directory: "/"
16
schedule:
0 commit comments