aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-12-23 09:54:43 +0000
committerGitHub <[email protected]>2024-12-23 09:54:43 +0000
commit0801f2287ddef79e75c70b34581c3895bd000d12 (patch)
tree63f42b3241cd7e0c797252601f644f01f26fd6b5
parenta08cdf4c95b82491442854f0bb540d98890d1092 (diff)
downloadrenovate-0801f2287ddef79e75c70b34581c3895bd000d12.tar.gz
renovate-0801f2287ddef79e75c70b34581c3895bd000d12.zip
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v13.5.1renovate/ghcr.io-containerbase-sidecar-13.x
| datasource | package | from | to | | ---------- | ----------------------------- | ------ | ------ | | docker | ghcr.io/containerbase/sidecar | 13.5.0 | 13.5.1 |
-rw-r--r--lib/config/options/index.ts2
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,
},
{