Skip to content

Commit

Permalink
ci(renovate): Disable lockfile maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Dec 2, 2024
1 parent 28935b6 commit 6f6a178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,13 @@
"**/__fixtures__/**",
"shared/**"
],
"lockFileMaintenance": {
"enabled": true
},
"rangeStrategy": "replace",
"packageRules": [
{
"description": "Disable node/pnpm version updates",
"matchPackageNames": ["node", "pnpm"],
"matchDepTypes": ["engines", "packageManager"],
"enabled": false
},
{
"description": "Disable lock file maintenance for v1",
"matchBaseBranches": ["v1"],
"matchUpdateTypes": ["lockFileMaintenance"],
"enabled": false
}
],
"postUpdateOptions": ["pnpmDedupe"]
Expand Down

0 comments on commit 6f6a178

Please sign in to comment.