Skip to content

Commit

Permalink
chore: Update package rules to match nf-core/modules
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 13, 2024
1 parent b394a14 commit 706f7f1
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions .github/renovate/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,28 @@
enabled: true,
},
packageRules: [
{
matchDatasources: ["docker"],
registryUrls: ["quay.io"],
},
{
matchManagers: ["github-actions"],
groupName: "GitHub Actions",
automerge: true,
schedule: ["before 9am"],
},
// don't use digest for actions coming from seqera(labs) or nf-core
{
matchPackagePattern: ["^nf-core/", "^seqera"],
matchManagers: ["github-actions"],
automerge: true,
pinDigest: false,
},
{
matchPackagePatterns: ["renovate-config-validator"],
automerge: true,
schedule: ["before 9am on Monday"],
},
{
matchDatasources: ["docker"],
registryUrls: ["quay.io"],
},
{
matchManagers: ["github-actions"],
automerge: true,
pinDigest: {
enabled: false,
},
matchPackageNames: ["/^nf-core//", "/^seqera/"],
},
{
matchManagers: ["github-actions"],
groupName: "GitHub Actions",
automerge: true,
schedule: ["before 9am"],
},
{
automerge: true,
schedule: ["before 9am on Monday"],
matchPackageNames: ["/renovate-config-validator/"],
},
],
}

0 comments on commit 706f7f1

Please sign in to comment.