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

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

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

About

Shared Renovate configs available to both public and private repositories

Resources

Security policy

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •