From 31632cba1a22e4c1f1c463a7f2ec0508da8ec979 Mon Sep 17 00:00:00 2001 From: Jens Troeger Date: Thu, 27 Aug 2026 09:47:33 +0200 Subject: [PATCH] fix(ci): force Dependabot to always increase the version range of dependent pip packages, instead of narrowly pinning the ranges --- .github/dependabot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index fef394fa..5a783fea 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,6 +7,7 @@ version: 2 updates: - package-ecosystem: pip directory: / + versioning-strategy: increase-if-necessary schedule: interval: weekly cooldown: