Shared
Renovateconfiguration for Fredmansky projects.
Renovate is a tool that automates dependency updates.
- Create a
renovate.jsonfile in the root of the repository. - Enable the
RenovateGitHub app on the repository. - Enable Dependabot Alerts and Dependency Graph on the repository to enable security-related PRs.
- Consult the official documentation for more information.
renovate.json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>fredmansky/renovate-config"]
}