Skip to content

finleyfamily/renovate

Repository files navigation

renovate

pre-commit renovate

Renovate presets.

Usage

  1. Create a renovate.json file (e.g. .github/renovate.json) file in a project with the following:

    {
        "$schema": "https://docs.renovatebot.com/renovate-schema.json",
        "extends": [
            "github>finleyfamily/renovate"
        ]
    }
  2. (optional) Add presets from this repo that are not included in the default preset. See the files in presets/ for available presets.