Skip to content

Commit

Permalink
ci: Fix invalid renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored May 23, 2024
1 parent 5ac7a70 commit ec05513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"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"
"rangeStrategy": "bump"
}
],
"postUpdateOptions": ["pnpmDedupe"]
Expand Down

0 comments on commit ec05513

Please sign in to comment.