https://github.com/jop-software/renovate-config
Shared renovate configuration
https://github.com/jop-software/renovate-config
Last synced: 3 months ago
JSON representation
Shared renovate configuration
- Host: GitHub
- URL: https://github.com/jop-software/renovate-config
- Owner: jop-software
- Created: 2024-01-19T15:14:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T19:42:16.000Z (over 2 years ago)
- Last Synced: 2025-12-11T15:29:32.547Z (6 months ago)
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
jop-software/renovate-config
Shared renovate config for all projects.
## Usage
### From Github
```json
// renovate.json
{
"extends": ["github>jop-software/renovate-config"]
}
```
### From npm
```json
// renovate.json
{
"extends": ["@jop-software"]
}
```
See renovates docs about [Sharable Config Presets](https://docs.renovatebot.com/config-presets/) for more information.
## Features
### Auto Merging
This enables auto merging for all minor and patch updates as well as dev dependencies.
Automerging uses the `branch` strategy to not pollute the main branch with PRs.
### Package Rules
#### Github Artifacts Actions
Group all `actions/*-artifact` actions into one PullRequest, since they need to be updated together.
#### Automerge DEV Dependencies
Automerge all `devDependencies` updates.
#### Automerge Minor and Patch Updates
Automerge all minor and patch updates.
#### Grafana Loki
Groups `grafana/loki` and `grafana/promtail` together.
© 2024, jop-software Inh. Johannes Przymusinski