Shared Renovate configs for all projectpotos repositories.
Add a renovate.json to the repository:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>projectpotos/renovate-config"]
}Specs repositories can use
the ansible preset:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>projectpotos/renovate-config:ansible"]
}- Based on
config:best-practices - 7-day cooldown (
minimumReleaseAge) on new releases, except for projectpotos' own actions, workflows and images. - No automerge: every update is a pull request that goes through review.
- Dependency dashboard issue enabled.
The ansible config extend default with additional support to manage ansible dependencies in base-requirements.yml.