@jop-software/renovate-config

1.1.0 • Public • Published

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.

© 2024, jop-software Inh. Johannes Przymusinski

Readme

Keywords

none

Package Sidebar

Install

npm i @jop-software/renovate-config

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

2.71 kB

Total Files

5

Last publish

Collaborators

  • jojopr