Skip to content

Commit 3817a14

Browse files
committed
chore: group dependabot updates
1 parent cc786a7 commit 3817a14

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
@@ -12,8 +12,27 @@ updates:
1212
schedule:
1313
interval: "daily"
1414
versioning-strategy: "increase"
15+
target-branch: "master"
1516
open-pull-requests-limit: 20
1617
commit-message:
1718
prefix: "fix"
1819
prefix-development: "build"
1920
include: "scope"
21+
groups:
22+
majorProd:
23+
applies-to: version-updates
24+
dependency-type: production
25+
update-types:
26+
- "major"
27+
majorDev:
28+
applies-to: version-updates
29+
dependency-type: development
30+
exclude-patterns:
31+
- "eslint"
32+
update-types:
33+
- "major"
34+
minorAndPatch:
35+
applies-to: version-updates
36+
update-types:
37+
- "patch"
38+
- "minor"

0 commit comments

Comments
 (0)