Skip to content

jop-software/renovate-config

Repository files navigation

jop-software/renovate-config

Shared renovate config for all projects.

Usage

From Github

// renovate.json
{
  "extends": ["github>jop-software/renovate-config"]
}

From npm

// renovate.json
{
  "extends": ["@jop-software"]
}

See renovates docs about Sharable 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