Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.38 KB

My Renovate Configuration

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.

Usage

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"]
}

Setup Repository Settings: (Optional)

Pull Requests

Recommended settings for pull requests:

  • ✅ Always suggest updating pull request branches.
  • ✅ Allow auto-merge .
  • ✅ Automatically delete head branches.

Rulesets

Import the renovate/config-validation ruleset to validate Renovate configuration changes.

References