Skip to content

Commit ec05513

Browse files
authored
ci: Fix invalid renovate config
1 parent 5ac7a70 commit ec05513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"description": "Prevent Renovate from replacing 2.0.0-beta.10 with 2.0.0-beta - REMOVE ONCE TAURI IS STABLE",
2828
"matchManagers": ["cargo"],
2929
"matchPackagePatterns": ["^tauri"],
30-
"replaceStrategy": "bump"
30+
"rangeStrategy": "bump"
3131
}
3232
],
3333
"postUpdateOptions": ["pnpmDedupe"]

0 commit comments

Comments
 (0)