git-next/renovate.json
Paul Campbell 313db591b2
All checks were successful
Rust / build (map[name:stable]) (push) Successful in 9m21s
Rust / build (map[name:nightly]) (push) Successful in 8m42s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 51s
ci/woodpecker/cron/cron-docker-builder Pipeline was successful
ci/woodpecker/cron/push-next Pipeline was successful
ci/woodpecker/cron/tag-created Pipeline was successful
build(renovate): PRs should target main
2024-12-03 06:53:18 +00:00

10 lines
210 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchManagers": ["cargo"],
"rangeStrategy": "replace"
}
]
}