Skip to content

Renovate

Allex edited this page Dec 10, 2024 · 1 revision

A better dependabot.

Auto-update dependencies.

Docs

Useful options

configMigration: true Auto-migrate config changes

group multiple dependencies

This groups dependencies together into a single PR.

{
  "packageRules": [
    {
      "matchPaths": ["apps/istio/**"],
      "groupName": "istio"
    }
  ]
}

Renovate and private packages

I did a little write-up in the pyoci repo: https://github.com/AllexVeldman/pyoci#renovate--ghcrio

Clone this wiki locally