projectsyn / commodore

Commodore provides opinionated tenant-aware management of Kapitan inventories and templates. Commodore uses Kapitan for the heavy lifting of rendering templates and resolving a hierachical configuration structure.
https://syn.tools/commodore/
BSD 3-Clause "New" or "Revised" License
46 stars 8 forks source link

Add command line flags for configuring automerging of minor updates for selected dependencies #983

Closed simu closed 3 months ago

simu commented 3 months ago

This PR introduces command line flags which allow users to configure an allowlist for automerging of minor updates for dependencies. We add command line flags that allow specifying regex patterns directly as well as flags that take a full dependency name and generate an anchored pattern from it.

Split out from #978

Checklist