From 14f594c2de4431eb57da55438ef4ccec2be738e9 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 9 Jan 2024 08:37:12 -0600 Subject: [PATCH] ci(renovate): Ignore modules in pipeline template https://github.com/nf-core/ops/issues/29 --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 23316b5c36..1813c08e6e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,7 @@ { $schema: "https://docs.renovatebot.com/renovate-schema.json", extends: ["github>nf-core/ops//.github/renovate/default.json5"], + ignorePaths: ["nf_core/pipeline-template/modules/nf-core/"], baseBranches: ["dev"], packageRules: [ {