Shared Renovate configuration presets for the
fiberpath organization.
Each repository extends the org preset from its own renovate.json:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>fiberpath/renovate-config"]
}github>fiberpath/renovate-config resolves to default.json in
this repo. Repositories can add their own rules on top of the preset.
- Install the Renovate GitHub App on the
fiberpathorg (grant it this repo plus the repos to manage). - Let Renovate open its onboarding PR (or add the
renovate.jsonabove) in each managed repo. - Remove each repo's
.github/dependabot.ymlversion-update config. Dependabot security alerts/updates stay on (they are a repo security setting, independent of Renovate).