Skip to content

Commit 0934920

Browse files
committed
add dependabot
Signed-off-by: Tim Ramlot <[email protected]>
1 parent b9941ac commit 0934920

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Update Go dependencies and GitHub Actions dependencies weekly.
2+
version: 2
3+
updates:
4+
- package-ecosystem: gomod
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
groups:
9+
all:
10+
patterns: ["*"]
11+
- package-ecosystem: github-actions
12+
directory: /
13+
schedule:
14+
interval: weekly
15+
groups:
16+
all:
17+
patterns: ["*"]

0 commit comments

Comments
 (0)