Skip to content

Base configuration for our organization's Renovate repos.

Notifications You must be signed in to change notification settings

TenetPartners/renovate-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

renovate-config

This is a base Renovate config file to use with any of our sites we want hook up to Renovate.

How to use

At Tenet the prefered way to add this config file is to include a renovate option in package.json, like this:

"renovate": {
    "extends": ["github>TenetPartners/renovate-config"],
    "assignees": ["add-github-name-here"]
}

You can, however, include the above lines in any of the acceptable renovate config files. renovate.json, .renovaterc, etc...

The extends line is what will pull this config file, and the assignees line will allow you to assign those pull requests to a specific Github user on our team.

Overriding

You can override anything in the base config by just adding it in the renovate option. For instance if you wanted to change the timezone for a particular repo, you could do the following:

"renovate": {
    "extends": ["github>TenetPartners/renovate-config"],
    "assignees": ["add-github-name-here"],
    "timezone": "Americas/Los_Angeles"
}

Any of the renovate config options can be overridden at the repo level.

About

Base configuration for our organization's Renovate repos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published