Skip to content

Financial-Times/renovate-config-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

renovate-config-next

CircleCI

Shared Renovate configuration for FT.com.

Our Configuration

We have a custom set of rules for FT.com repositories. We are generally...

Read more about how we're using Renovate on its wiki page.

Usage

Reference the shared configuration in your repository's own renovate.json like so:

{
  "extends": [
    "github>financial-times/renovate-config-next"
  ]
}

Development

Our shared configuration is defined in renovate-config.json5. This file is transpiled on a pre-commit hook into the renovate.json file. Modifying the renovate.json won't allow you to commit, so make sure all of your modifications go on the json5 version. If for some reason there are untracked changes on your renovate.json file, make sure to delete the file to be able to commit.