Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 409 Bytes

File metadata and controls

17 lines (12 loc) · 409 Bytes

renovate-config

libops' Renovate Shareable Config Presets

Usage

In the GitHub repo you want to have renovate manage updates for, add a renovate.json5 file in the root of the repo with the contents

{
  $schema: 'https://docs.renovatebot.com/renovate-schema.json',
  extends: [
    'github>libops/renovate-config:default.json5',
  ],
}