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 disabling automerging of patch updates for selected dependencies #981

Closed simu closed 3 months ago

simu commented 3 months ago

This PR adds command line flags and internal logic to allow users to configure the component template's patch automerging blocklist. 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