From 405887736922f1af0c3371a235fe0b5321a42e19 Mon Sep 17 00:00:00 2001 From: ROKUMATE Date: Wed, 12 Aug 2026 09:34:24 +0530 Subject: [PATCH] renovate: fix stale preset link to the old org Signed-off-by: ROKUMATE --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7209a55..8ff19cc 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -36,7 +36,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", // Re-use predefined sets of configuration options to DRY "extends": [ - // https://github.com/containers/automation/blob/main/renovate/defaults.json5 + // https://github.com/podman-container-tools/automation/blob/main/renovate/defaults.json5 "github>podman-container-tools/automation//renovate/defaults.json5" ], /*************************************************