We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3f67f commit f19ae0dCopy full SHA for f19ae0d
.dependabot/config.yml
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: gomod
4
+ directory: "/"
5
+ schedule:
6
+ interval: weekly
7
+ ignore:
8
+ # ignore forked linters because of their versioning issues. TODO: fix it.
9
+ - dependency-name: "github.com/golangci/*"
10
+ - package-ecosystem: github-actions
11
12
13
0 commit comments