From 37994356f8473c431a6478330e6973bc517e3da1 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 18 Mar 2024 15:23:35 -0400 Subject: [PATCH 1/2] Update renovate validation image The one from github's container registry won't hit docker rate-limits. Signed-off-by: Chris Evich --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 64d26e36de7..2748b1ba4ef 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,7 +12,7 @@ podman run -it \ -v ./.github/renovate.json5:/usr/src/app/renovate.json5:z \ - docker.io/renovate/renovate:latest \ + ghcr.io/renovatebot/renovate:latest \ renovate-config-validator 3. Commit. From 5808b96033df26c4b57a05147b5d90ecd5572ed9 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 18 Mar 2024 15:24:49 -0400 Subject: [PATCH 2/2] Stop rebasing renovate PRs automatically Whenever a PR's target branch moves, Renovate was reconfigured to rebase all of it's PRs and re-run CI. This is annoying for developers, stop it. Signed-off-by: Chris Evich --- .github/renovate.json5 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2748b1ba4ef..2ff3e70465d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -42,10 +42,6 @@ "github>containers/automation//renovate/defaults.json5" ], - // Permit automatic rebasing when base-branch changes by more than - // one commit. - "rebaseWhen": "behind-base-branch", - /************************************************* *** Repository-specific configuration options *** *************************************************/