From 83bd5ed6a50856e5987890b356adb3e79db074cf Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Wed, 20 Nov 2024 11:48:56 +0100 Subject: [PATCH] Use widen strategy for Dependabot --- .github/dependabot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9475fe4..ff7b8f2 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,5 +7,6 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: "composer" directory: "/" + versioning-strategy: widen schedule: interval: "weekly"