Skip to content

Commit 5d3556d

Browse files
committed
chore: enable version updates & grouped PR for Dependabot
1 parent d51f011 commit 5d3556d

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,27 @@ updates:
66
interval: "daily"
77
assignees:
88
- "phanect"
9-
open-pull-requests-limit: 0 # Security updates only
9+
groups:
10+
security:
11+
applies-to: "security-updates"
12+
update-types:
13+
- "minor"
14+
- "patch"
15+
security-breaking:
16+
applies-to: "security-updates"
17+
update-types:
18+
- "major"
19+
compatible:
20+
applies-to: "version-updates"
21+
update-types:
22+
- "minor"
23+
- "patch"
24+
less-prioritized:
25+
applies-to: "version-updates"
26+
patterns:
27+
- "eslint"
28+
- "eslint-plugin-*"
29+
- "eslint-config-*"
1030

1131
- package-ecosystem: "github-actions"
1232
directory: "/"

0 commit comments

Comments
 (0)