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, + } ], }