ci: Remove renovate config from v1 branch

pull/1408/head
Fabian-Lars 1 year ago committed by GitHub
parent cea68eb430
commit c26b5cb9fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,24 +0,0 @@
{
"extends": ["config:base"],
"baseBranches": ["v1", "v2"],
"enabledManagers": ["cargo", "npm"],
"semanticCommitType": "chore",
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
],
"packageRules": [
{
"description": "Disable node/pnpm version updates",
"matchPackageNames": ["node", "pnpm"],
"matchDepTypes": ["engines", "packageManager"],
"enabled": false
}
],
"postUpdateOptions": ["pnpmDedupe"]
}
Loading…
Cancel
Save