Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(renovate): support updates for public-shared-actions without diges…
…ts (#12574) ## Motivation Renovate couldn't update `Kong/public-shared-actions/*` which were not pinned by digest ## Implementation information This change updates the `renovate.json5` configuration to handle cases where `Kong/public-shared-actions` dependencies are specified using only the version (e.g., `Kong/public-shared-actions/security-actions/[email protected]`) instead of including a digest (e.g., `Kong/public-shared-actions/security-actions/sca@0ccacffed804d85da3f938a1b78c12831935f992 # v2.8.0`). The `matchStrings` pattern was adjusted to account for version strings without a digest, and the `autoReplaceStringTemplate` was updated to support optional digests, ensuring Renovate correctly processes and updates these dependencies. ## Supporting documentation Related to: #12529 Signed-off-by: Bart Smykla <[email protected]>
- Loading branch information