From 17b8bedf740a8403b548e49853246f1d9a24caa3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:57:39 +0000 Subject: [PATCH] Migrate renovate config (#6117) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(config): migrate config .github/renovate.json5 * Update .github/renovate.json5 Co-authored-by: Matthias Hörtenhuber --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Edmund Miller <20095261+edmundmiller@users.noreply.github.com> Co-authored-by: Matthias Hörtenhuber --- .github/renovate.json5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index cb31d7f1fa4..7ffc321969b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,7 +20,7 @@ enabled: true, }, customManagers: [ - // TODO waiting on https://github.com/nf-core/modules/pull/4080 + // TODO waiting on https://github.com/nf-core/modules/pull/4080 // { // customType: "regex", // description: "Process Containers dependencies", @@ -50,19 +50,19 @@ // ], // datasourceTemplate: "pypi", // }, - ], + ], packageRules: [ { matchDatasources: ["docker"], registryUrls: ["quay.io"], }, { - matchPackagePatterns: ["^nf-core/", "^seqera"], matchManagers: ["github-actions"], automerge: true, pinDigest: { enabled: false, }, + matchPackageNames: ["/^nf-core//", "/^seqera/"], }, { matchManagers: ["github-actions"], @@ -71,9 +71,9 @@ schedule: ["before 9am"], }, { - matchPackagePatterns: ["renovate-config-validator"], automerge: true, schedule: ["before 9am on Monday"], + matchPackageNames: ["/renovate-config-validator/"], }, ], }