Skip to content

Commit b081613

Browse files
committed
ci: update renovate config
1 parent b39ea68 commit b081613

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/renovate.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,20 @@
77
":enableVulnerabilityAlertsWithLabel(security)",
88
":semanticCommitTypeAll(chore)"
99
],
10-
"enabledManagers": [
11-
"npm"
12-
],
1310
"lockFileMaintenance": false,
1411
"rangeStrategy": "bump",
15-
"separateMajorMinor": false
12+
"separateMajorMinor": false,
13+
"packageRules": [
14+
{
15+
"matchPackagePatterns": [
16+
"*"
17+
],
18+
"matchUpdateTypes": [
19+
"minor",
20+
"patch"
21+
],
22+
"groupName": "all",
23+
"groupSlug": "all"
24+
}
25+
]
1626
}

0 commit comments

Comments
 (0)