Skip to content

Commit f19ae0d

Browse files
author
Sergey Vilgelm
committed
Move dependabot config to .github folder
1 parent cb3f67f commit f19ae0d

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
12+
schedule:
13+
interval: weekly

0 commit comments

Comments
 (0)