Skip to content

Commit c8eb795

Browse files
committed
chore: standardize Dependabot with grouping and labels
Add grouped PRs (actions grouped by pattern, pip/npm/docker by update-type). Monday schedule, conventional commit prefixes, dependency labels.
1 parent fb9d8c6 commit c8eb795

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1+
---
12
version: 2
23
updates:
34
- package-ecosystem: github-actions
45
directory: /
56
schedule:
67
interval: weekly
8+
day: monday
79
commit-message:
810
prefix: "ci"
11+
groups:
12+
github-actions:
13+
patterns:
14+
- "*"
15+
labels:
16+
- dependencies
17+
- github-actions

0 commit comments

Comments
 (0)