ci: Prevent renovate from changing stable patch/minor versions in cargo.toml

This commit is contained in:
Fabian-Lars
2024-05-01 22:04:42 +02:00
committed by GitHub
parent e94b089e51
commit e045223660
+5
View File
@@ -18,6 +18,11 @@
"matchPackageNames": ["node", "pnpm"],
"matchDepTypes": ["engines", "packageManager"],
"enabled": false
},
{
"description": "Prevent unwanted minor/patch Cargo.toml updates",
"matchManagers": ["cargo"],
"rangeStrategy": "update-lockfile"
}
],
"postUpdateOptions": ["pnpmDedupe"]