Skip to content

Commit 5938058

Browse files
committed
adding dependabot
1 parent 7a579e7 commit 5938058

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
version: 2
2+
updates:
3+
# Go modules
4+
- package-ecosystem: "gomod"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
labels:
10+
- "dependencies"
11+
groups:
12+
go-modules:
13+
patterns:
14+
- "*"
15+
16+
# GitHub Actions
17+
- package-ecosystem: "github-actions"
18+
directory: "/"
19+
schedule:
20+
interval: "weekly"
21+
day: "monday"
22+
labels:
23+
- "dependencies"
24+
- "ci"
25+
groups:
26+
github-actions:
27+
patterns:
28+
- "*"

0 commit comments

Comments
 (0)