From b80c97a56dd7a10e1c9585fd8d06a9d04d933092 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Tue, 25 Nov 2025 12:49:39 +0100 Subject: [PATCH] Let dependabot update dependencies for security updates --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 32df7327c0..f08f577c6d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,7 +21,7 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 0 - versioning-strategy: lockfile-only + versioning-strategy: increase-if-necessary allow: - dependency-type: "all" target-branch: "8.3"