Shared Renovate config for Rstack projects.
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>rstackjs/renovate"]
}The default preset includes the security preset.
Use the security preset on its own to enable minimum release age checks and GitHub Actions digest pinning:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>rstackjs/renovate:security"]
}