Skip to content

Commit 635feb5

Browse files
authored
chore: add dependabot.yml (#127)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 962eaf1 commit 635feb5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

+13
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+
commit-message:
8+
prefix: "chore"
9+
ignore:
10+
- dependency-name: "*"
11+
update-types:
12+
- "version-update:semver-major"
13+
- "version-update:semver-minor"

0 commit comments

Comments
 (0)