Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 318 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 318 Bytes

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