Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/system76/renovate-config
- Owner: system76
- Created: 2019-03-25T20:00:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:36:53.000Z (almost 2 years ago)
- Last Synced: 2024-03-26T08:04:45.401Z (9 months ago)
- Size: 1.21 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
@system76/renovate-config
System76 configuration for Renovate Bot
---
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!