From 986a97fd7fa177702ded1404cac10ecb5feb8775 Mon Sep 17 00:00:00 2001 From: mashehu Date: Thu, 29 Feb 2024 11:28:54 +0100 Subject: [PATCH] don't use digest for our actions --- .github/renovate/default.json5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate/default.json5 b/.github/renovate/default.json5 index f43994d..f8a8b51 100644 --- a/.github/renovate/default.json5 +++ b/.github/renovate/default.json5 @@ -54,5 +54,12 @@ matchDatasources: ["docker"], registryUrls: ["quay.io"], }, + // don't use digest for actions coming from seqera(labs) or nf-core + { + matchPackagePrefix: ["nf-core/", "seqera"], + matchDepType: "action", + automerge: true, + pinDigest: false, + } ], }