From ebc545bc26c41e939718f11c9a45c87b3ab29f9f Mon Sep 17 00:00:00 2001 From: Bryan Date: Thu, 23 Jul 2026 09:03:15 +0200 Subject: [PATCH] fix(ci): repair renovate-rebase.yml truncated by the pin sweep --- .github/workflows/renovate-rebase.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/renovate-rebase.yml b/.github/workflows/renovate-rebase.yml index 5bfeebd..832ded5 100644 --- a/.github/workflows/renovate-rebase.yml +++ b/.github/workflows/renovate-rebase.yml @@ -1,4 +1,12 @@ name: Renovate rebase now on: - pull_request \ No newline at end of file + pull_request: + types: [edited] + +jobs: + dispatch: + uses: FerrLabs/.github/.github/workflows/reusable-renovate-dispatch.yml@2539af69333d7c8c69c335286a4c196afad9fd49 # main + with: + runner: ubuntu-latest + secrets: inherit