We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d75904 commit c44f1acCopy full SHA for c44f1ac
.github/dependabot.yml
@@ -9,29 +9,19 @@ updates:
9
ignore:
10
# ignore forked linters because of their versioning issues. TODO: fix it.
11
- dependency-name: "github.com/golangci/*"
12
- reviewers:
13
- - "golangci/team"
14
- package-ecosystem: github-actions
15
directory: "/"
16
schedule:
17
interval: weekly
18
19
20
- package-ecosystem: docker
21
directory: "/build"
22
23
24
25
26
- package-ecosystem: gomod
27
directory: "/scripts/gen_github_action_config"
28
29
30
31
32
- package-ecosystem: npm
33
directory: "/docs"
34
35
interval: monthly
36
37
0 commit comments