Skip to content

Shared Renovate configs available to both public and private repositories

Notifications You must be signed in to change notification settings

Kong/public-shared-renovate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Shared Renovate configs available to both public and private repositories

Resources

Stars

Watchers

Forks

Releases

No releases published