Skip to content

Commit 09cefdb

Browse files
authored
chore(deps): group Dependabot updates for better management (#81)
Add grouping to Dependabot configuration to separate golangci-lint and CI-related dependency updates. This improves update clarity and allows targeted review of dependency changes on a weekly schedule.
1 parent 7a70017 commit 09cefdb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: weekly
11+
groups:
12+
golangci-lint:
13+
patterns:
14+
- "golangci*"
15+
ci:
16+
patterns:
17+
- "*"

0 commit comments

Comments
 (0)