[RenovateBot] - Ensure ArgoCD Chart + .tool-version CLI is bumped in parallel by the same PR #24
Labels
enhancement
New feature or request
on-hold
No work is required for now. Might be picked up in the future, or not.
Issue Type
Enhancement
Description
The Context:
In its current state, this project uses the Renovate Bot app to bump dependencies and update them automatically without human intervention. Although this is useful for long-term maintenance, there are some tweaks required to ensure the ArgoCD dependency is bumped correctly.
The Solution:
We need a special configuration that handles BOTH these cases and ensures they come up under one single PR somehow:
The main challenge here is to ensure two different managers cooperate ( asdf for
.tool-versions
and helmv3 for Charts ) accordingly to ensure they both produce a commit under a single PR. It is totally fine to have two different commits under the same PR as we anyway use the Squash and merge strategy.The text was updated successfully, but these errors were encountered: