Skip to content

Commit

Permalink
chore: tweak renovate to reduce pr total
Browse files Browse the repository at this point in the history
Grouping smaller updates can speed up maintenance as
we dont have to merge, rebase others, merge, repeat
  • Loading branch information
06kellyjac committed Jan 22, 2025
1 parent 9f7a2ea commit 1916cc3
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:best-practices",
":separateMultipleMajorReleases",
"group:allNonMajor",
"group:allDigest",
"group:jsTest",
"group:linters",
"group:nodeJs"
],
"additionalBranchPrefix": "{{parentDir}}-",
"commitMessageSuffix": "- {{parentDir}} - {{packageFile}}",
"packageRules": [
{
"matchDatasources": ["npm"],
"rangeStrategy": "bump"
},
{
"matchPackageNames": ["*"],
"groupName": "{{manager}}"
},
{
"semanticCommitScope": "experimental",
"matchFileNames": ["experimental/*"]
}
]
}

0 comments on commit 1916cc3

Please sign in to comment.