Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 781 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 781 Bytes

public-shared-renovate

Shared Renovate configs available to both public and private repositories.

IMPORTANT: Encrypted NPM tokens must not be added to configs in this repository. If your repository config needs an encrypted token, the repo must be private and the config must reside in the shared-renovate repository.

Usage

To use the latest add the below line to the top to your renovate-config.json file:

{
  "extends": [
    "github>Kong/public-shared-renovate:kong-frontend-config.json"
  ]
}

To use a specific tag add the below line to the top of your renovate-config.json file:

{
  "extends": [
    "github>Kong/public-shared-renovate:kong-frontend-config.json#0.0.1"
  ]
}