From ba6b7accad5d21d13b7d55ad4eac11e230059e6c Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 9 Jan 2024 08:34:38 -0600 Subject: [PATCH] ci(renovate): Add python pep440 versioning https://docs.renovatebot.com/docker/#version-compatibility --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 42ba9276cd..23316b5c36 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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"],