From e5b15031b6793a959090208fc8d93ddf220db7c4 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sun, 18 Dec 2022 15:12:53 +0100 Subject: [PATCH] Dependabot: only increase version number if necessary --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51d4cb1d..a02a15df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,6 @@ updates: interval: weekly - package-ecosystem: "pip" directory: "/python/" + versioning-strategy: increase-if-necessary schedule: interval: weekly