diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-12-23 09:58:37 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-23 09:58:37 +0000 |
commit | 650cecc80da0fee8ad8a16564ee7dcedfa6e889c (patch) | |
tree | 63f42b3241cd7e0c797252601f644f01f26fd6b5 | |
parent | a08cdf4c95b82491442854f0bb540d98890d1092 (diff) | |
download | renovate-650cecc80da0fee8ad8a16564ee7dcedfa6e889c.tar.gz renovate-650cecc80da0fee8ad8a16564ee7dcedfa6e889c.zip |
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v13.5.1 (#33250)39.82.2gh-readonly-queue/main/pr-33250-a08cdf4c95b82491442854f0bb540d98890d1092
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | lib/config/options/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 8635b283bd3..6db4e366216 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -516,7 +516,7 @@ const options: RenovateOptions[] = [ description: 'Change this value to override the default Renovate sidecar image.', type: 'string', - default: 'ghcr.io/containerbase/sidecar:13.5.0', + default: 'ghcr.io/containerbase/sidecar:13.5.1', globalOnly: true, }, { |