Skip to content

Commit b4d7a02

Browse files
nicksenapclaude
andcommitted
Add Dependabot config for Go modules and GitHub Actions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 202e486 commit b4d7a02

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
commit-message:
8+
prefix: "deps"
9+
labels:
10+
- dependencies
11+
open-pull-requests-limit: 10
12+
13+
- package-ecosystem: github-actions
14+
directory: /
15+
schedule:
16+
interval: weekly
17+
commit-message:
18+
prefix: "ci"
19+
labels:
20+
- ci
21+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)