Fix/renovate semantic fix #14

Merged
lyrathorpe merged 3 commits from fix/renovate-semantic-fix into main 2026-06-12 11:49:53 +01:00
Showing only changes of commit 564070b270 - Show all commits
+6
View File
@@ -22,8 +22,14 @@
"description": "Commit every update as fix(deps) so each merged Renovate PR triggers a patch release. config:recommended pulls in :semanticPrefixFixDepsChoreOthers, which forces non-npm updates (Docker, Actions) to chore and would otherwise produce no release.",
"matchPackageNames": ["*"],
"semanticCommitType": "fix"
},
{
"description": "Auto-merge patch and minor updates once checks pass.",
"matchUpdateTypes": ["patch", "minor"],
"automerge": true
}
],
"platformAutomerge": true,
"customManagers": [
{
"customType": "regex",