Skip to content

davidsneighbour/renovate-config

Repository files navigation

renovate-config

Renovate configuration for @davidsneighbour's projects

To use this configuration add a renovate.json5 file to the repo root with the following contents:

{
 "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 "extends": [
  "github>davidsneighbour/renovate-config"
 ]
}