Skip to content

Commit 41f138b

Browse files
authored
chore: add dependabot config (#146)
1 parent dbe4135 commit 41f138b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
time: "06:00"
8+
timezone: "America/Chicago"
9+
commit-message:
10+
prefix: "chore"
11+
labels: ["dependencies"]
12+
ignore:
13+
# Ignore patch updates for all dependencies
14+
- dependency-name: "*"
15+
update-types:
16+
- version-update:semver-patch

0 commit comments

Comments
 (0)