Skip to content

Commit

Permalink
ci: Prevent renovate from messing up tauri prerelease versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored May 23, 2024
1 parent aff4799 commit 5ac7a70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"matchPackageNames": ["node", "pnpm"],
"matchDepTypes": ["engines", "packageManager"],
"enabled": false
},
{
"description": "Prevent Renovate from replacing 2.0.0-beta.10 with 2.0.0-beta - REMOVE ONCE TAURI IS STABLE",
"matchManagers": ["cargo"],
"matchPackagePatterns": ["^tauri"],
"replaceStrategy": "bump"
}
],
"postUpdateOptions": ["pnpmDedupe"]
Expand Down

0 comments on commit 5ac7a70

Please sign in to comment.