ci: Remove renovate config from v1 branch

This commit is contained in:
Fabian-Lars
2024-06-03 11:46:02 +02:00
committed by GitHub
parent cea68eb430
commit c26b5cb9fd
-24
View File
@@ -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"]
}