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

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

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