From 0c7555aeb959ed3a3d6e0f821822ca8d01eecd7d Mon Sep 17 00:00:00 2001 From: Edmund Miller <20095261+edmundmiller@users.noreply.github.com> Date: Thu, 20 Aug 2026 11:34:56 -0500 Subject: [PATCH] Point Renovate at the public org preset nf-core/ops is private, so the old preset reference stopped resolving for public repos and dependency PRs stalled org-wide (nf-core/tools#4446). The preset now lives in the public nf-core/.github repo. --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 379baf2b9..a34f424d0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,5 +1,5 @@ { $schema: "https://docs.renovatebot.com/renovate-schema.json", - extends: ["github>nf-core/ops//.github/renovate/default.json5"], + extends: ["local>nf-core/.github:renovate-config"], baseBranchPatterns: ["master"], }