Skip to content

Commit 4eae95d

Browse files
committed
dev: improve dependabot configuration
1 parent 9d6d793 commit 4eae95d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ updates:
77
day: "sunday"
88
time: "11:00" # 11am UTC
99
ignore:
10-
# ignore forked linters because of their versioning issues. TODO: fix it.
11-
- dependency-name: "github.com/golangci/*"
10+
# Ignore forked linters because of their versioning issues.
11+
- dependency-name: "github.com/golangci/dupl"
12+
- dependency-name: "github.com/golangci/gofmt"
13+
- dependency-name: "github.com/golangci/unconvert"
1214
- package-ecosystem: github-actions
1315
directory: "/"
1416
schedule:

0 commit comments

Comments
 (0)