ci(renovate): Overwrite semantic type

This commit is contained in:
Fabian-Lars
2025-01-01 23:42:33 +01:00
committed by GitHub
parent b21915938f
commit 1fe70dc61c
+5 -2
View File
@@ -1,8 +1,7 @@
{
"extends": ["config:base"],
"extends": ["config:recommended"],
"baseBranches": ["v2", "v1"],
"enabledManagers": ["cargo", "npm"],
"semanticCommitType": "chore",
"labels": ["dependencies"],
"ignorePaths": [
"**/node_modules/**",
@@ -16,6 +15,10 @@
],
"rangeStrategy": "replace",
"packageRules": [
{
"semanticCommitType": "chore",
"matchPackageNames": ["*"]
},
{
"description": "Disable node/pnpm version updates",
"matchPackageNames": ["node", "pnpm"],