Skip to content

Commit 7a67d81

Browse files
🔄 synced local '.github/' with remote 'projects/go-default/.github'
1 parent 2e0ee33 commit 7a67d81

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

‎.github/dependabot.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
version: 2
3+
updates:
4+
- package-ecosystem: "gomod"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: friday
9+
commit-message:
10+
prefix: "chore(deps)"
11+
groups:
12+
go:
13+
patterns:
14+
- "*"
15+
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"
20+
day: friday
21+
commit-message:
22+
prefix: "chore(deps)"
23+
groups:
24+
github-actions:
25+
patterns:
26+
- "*"

0 commit comments

Comments
 (0)