From e8b835dad1d1807e14f4476e168e9c83c403bc29 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 7 Jul 2026 14:39:02 +0200 Subject: [PATCH] renovate: point config to new repo We have a new config in the automation repo under podman-container-tools, see https://github.com/podman-container-tools/automation/pull/29 Signed-off-by: Paul Holzinger --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 97371a501b..191785d51d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -19,8 +19,8 @@ and/or use the pre-commit hook: https://github.com/renovatebot/pre-commit-hooks // Reuse predefined sets of configuration options to DRY "extends": [ - // https://github.com/containers/automation/blob/main/renovate/defaults.json5 - "github>containers/automation//renovate/defaults.json5" + // https://github.com/podman-container-tools/automation/blob/main/renovate/defaults.json5 + "github>podman-container-tools/automation//renovate/defaults.json5" ], /*************************************************