From 8df6c1d3c3e21f04b6ca3542f17cf6e7919ccb6c Mon Sep 17 00:00:00 2001 From: Edmund Miller <20095261+edmundmiller@users.noreply.github.com> Date: Thu, 20 Aug 2026 11:34:51 -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 ccb370b3f8..e2a49d907b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,6 @@ { $schema: "https://docs.renovatebot.com/renovate-schema.json", - extends: ["github>nf-core/ops//.github/renovate/default.json5"], + extends: ["local>nf-core/.github:renovate-config"], ignorePaths: ["**/nf_core/pipeline-template/modules/nf-core/**"], baseBranchPatterns: ["dev"], packageRules: [