ci(renovate): Overwrite semantic type

pull/2245/head
Fabian-Lars 5 months ago committed by GitHub
parent b21915938f
commit 1fe70dc61c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"],

Loading…
Cancel
Save