Skip to content

Commit

Permalink
Migrate renovate config (#6117)
Browse files Browse the repository at this point in the history
* chore(config): migrate config .github/renovate.json5

* Update .github/renovate.json5

Co-authored-by: Matthias Hörtenhuber <[email protected]>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Edmund Miller <[email protected]>
Co-authored-by: Matthias Hörtenhuber <[email protected]>
  • Loading branch information
3 people authored Aug 30, 2024
1 parent ff06c33 commit 17b8bed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"],
Expand All @@ -71,9 +71,9 @@
schedule: ["before 9am"],
},
{
matchPackagePatterns: ["renovate-config-validator"],
automerge: true,
schedule: ["before 9am on Monday"],
matchPackageNames: ["/renovate-config-validator/"],
},
],
}

0 comments on commit 17b8bed

Please sign in to comment.