From 527b308cb3d73a2829b485e90ded3ce508d3094b Mon Sep 17 00:00:00 2001 From: Mauro Ezequiel Moltrasio Date: Mon, 29 Jun 2026 15:04:46 +0200 Subject: [PATCH] fix(mintmaker): always recreate ACS konflux-tasks update PRs --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 18b6029f..d0719fdd 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -42,6 +42,8 @@ "matchPackageNames": [ "/^quay.io/rhacs-eng/konflux-tasks/", ], + "recreateWhen": "always", + "rebaseWhen": "behind-base-branch", }, ], },