Skip to content

Commit 203bab6

Browse files
author
Sergey Vilgelm
authored
Move dependabot config to .github folder (#1242)
1 parent cb3f67f commit 203bab6

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

.dependabot/config.yml

-10
This file was deleted.

.github/dependabot.yml

+23
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
14+
schedule:
15+
interval: weekly
16+
reviewers:
17+
- "golangci/team"
18+
- package-ecosystem: docker
19+
directory: "/build"
20+
schedule:
21+
interval: weekly
22+
reviewers:
23+
- "golangci/team"

0 commit comments

Comments
 (0)