This repository contains my personal Renovate configuration. It is used to automatically update dependencies in my repositories.
Tip
It is recommended to use this configuration as a base and extend it with your own settings. For additional information, see the References section.
To use this configuration, add a .github/renovate.json
file to your repository with the following content:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>jeffrey-omega/renovate-config"]
}
Recommended settings for pull requests:
- ✅ Always suggest updating pull request branches.
- ✅ Allow auto-merge .
- ✅ Automatically delete head branches.
Import the renovate/config-validation ruleset to validate Renovate configuration changes.