{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>regexident/renovate-config-presets:rust",
"github>regexident/renovate-config-presets:github-actions"
],
"packageRules": [
{
"description": "pin rust-analyzer crates (fast-moving, reproducibility critical)",
"groupName": "rust-analyzer dependencies",
"groupSlug": "rust-analyzer-dependencies",
"matchPackageNames": ["/^ra_ap_/"],
"rangeStrategy": "pin"
}
]
}