ci: Fix invalid renovate config

pull/1363/head
Fabian-Lars 1 year ago committed by GitHub
parent 5ac7a70694
commit ec05513d89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,7 @@
"description": "Prevent Renovate from replacing 2.0.0-beta.10 with 2.0.0-beta - REMOVE ONCE TAURI IS STABLE", "description": "Prevent Renovate from replacing 2.0.0-beta.10 with 2.0.0-beta - REMOVE ONCE TAURI IS STABLE",
"matchManagers": ["cargo"], "matchManagers": ["cargo"],
"matchPackagePatterns": ["^tauri"], "matchPackagePatterns": ["^tauri"],
"replaceStrategy": "bump" "rangeStrategy": "bump"
} }
], ],
"postUpdateOptions": ["pnpmDedupe"] "postUpdateOptions": ["pnpmDedupe"]

Loading…
Cancel
Save