From 0f2783cf7a3ea145d7fdd0a5a4eb820c3f14800e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 1 Nov 2024 12:25:16 +0100
Subject: [PATCH] feat(deps)!: update ghcr.io/containerbase/sidecar docker tag
 to v13 (#32095)

Updates default Renovate sidecar container to v13, which is based on Ubuntu 24.04.

BREAKING CHANGE: Renovate sidecard images will default to use Ubuntu 24.04 instead of 20.04
---
 lib/config/options/index.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts
index 955105f4dc..fd1a19ffe7 100644
--- a/lib/config/options/index.ts
+++ b/lib/config/options/index.ts
@@ -515,7 +515,7 @@ const options: RenovateOptions[] = [
     description:
       'Change this value to override the default Renovate sidecar image.',
     type: 'string',
-    default: 'ghcr.io/containerbase/sidecar:11.11.41',
+    default: 'ghcr.io/containerbase/sidecar:13.0.4',
     globalOnly: true,
   },
   {
-- 
GitLab