libops' Renovate Shareable Config Presets
In the GitHub repo you want to have renovate manage updates for, add a renovate.json5 file in the root of the repo with the contents
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'github>libops/renovate-config:default.json5',
],
}