Skip to content

Commit 1916cc3

Browse files
committed
chore: tweak renovate to reduce pr total
Grouping smaller updates can speed up maintenance as we dont have to merge, rebase others, merge, repeat
1 parent 9f7a2ea commit 1916cc3

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

renovate.json

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:best-practices",
5+
":separateMultipleMajorReleases",
6+
"group:allNonMajor",
7+
"group:allDigest",
8+
"group:jsTest",
9+
"group:linters",
10+
"group:nodeJs"
11+
],
12+
"additionalBranchPrefix": "{{parentDir}}-",
13+
"commitMessageSuffix": "- {{parentDir}} - {{packageFile}}",
14+
"packageRules": [
15+
{
16+
"matchDatasources": ["npm"],
17+
"rangeStrategy": "bump"
18+
},
19+
{
20+
"matchPackageNames": ["*"],
21+
"groupName": "{{manager}}"
22+
},
23+
{
24+
"semanticCommitScope": "experimental",
25+
"matchFileNames": ["experimental/*"]
26+
}
527
]
628
}

0 commit comments

Comments
 (0)