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 203bab6Copy full SHA for 203bab6
.dependabot/config.yml
.github/dependabot.yml
@@ -0,0 +1,23 @@
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
+ reviewers:
11
+ - "golangci/team"
12
+ - package-ecosystem: github-actions
13
14
15
16
17
18
+ - package-ecosystem: docker
19
+ directory: "/build"
20
21
22
23
0 commit comments