From 8d02b0f05abc5ff3f6724886ad7129f5adb75413 Mon Sep 17 00:00:00 2001 From: mloubout Date: Tue, 5 May 2026 06:40:27 -0400 Subject: [PATCH] CI: prevent dependabot from updating lower bound of deps --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b83d6b7bdc..6171981927 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,6 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + # Use the widen strategy to update requirements to avoid lower bound bump + versioning-strategy: "widen" # Add assignees assignees: - "mloubout"