@system76/renovate-config
v1.12.0
Published
System76 configuration for Renovate Bot
Downloads
8
Readme
This is the System76 organization configuration for Renovate Bot.
Basics
- Only creates PRs during non work hours, but updates PRs at a regular interval
- Groups any non major semver packages into a single PR
- Labels all PRs with "dependencies" and "lint"
Using
Include a top level renovate.json
file with the following content:
{
"extends": [
"@system76"
]
}
Deployment
This repository uses Angular Commit Message Conventions to determine version number and auto deploy. Simply push to master and travis will do all the work for you!