Skip to content

Commit

Permalink
ci(renovate): Add python pep440 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jan 9, 2024
1 parent 863f74b commit ba6b7ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
extends: ["github>nf-core/ops//.github/renovate/default.json5"],
baseBranches: ["dev"],
packageRules: [
{
matchDatasources: ["docker"],
matchPackageNames: ["python"],
versioning: "pep440",
},
{
matchDatasources: ["docker"],
registryUrls: ["docker.io"],
Expand Down

0 comments on commit ba6b7ac

Please sign in to comment.