Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/system76/renovate-config

System76 presets for Renovate
https://github.com/system76/renovate-config

Last synced: about 2 months ago
JSON representation

System76 presets for Renovate

Awesome Lists containing this project

README

        


@system76/renovate-config


System76 configuration for Renovate Bot








npm


travis-ci


renovate


standard

---

This is the System76 organization configuration for
[Renovate Bot](https://renovatebot.com).

## 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:

```json
{
"extends": [
"@system76"
]
}
```

## Deployment

This repository uses [Angular Commit Message Conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines)
to determine version number and auto deploy. Simply push to master and travis
will do all the work for you!