Skip to content

Commit

Permalink
don't use digest for our actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Feb 29, 2024
1 parent a76929c commit 986a97f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
],
}

0 comments on commit 986a97f

Please sign in to comment.