Skip to content

Commit 4c631ee

Browse files
authored
Add monthly grouped Dependabot updates (#6)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 0b80dc7 commit 4c631ee

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
groups:
8+
go-dependencies:
9+
patterns:
10+
- "*"
11+
12+
- package-ecosystem: github-actions
13+
directory: /
14+
schedule:
15+
interval: monthly
16+
groups:
17+
github-actions:
18+
patterns:
19+
- "*"

0 commit comments

Comments
 (0)