From aa837419eb14ba9e8facc8c35234e3f40bf21910 Mon Sep 17 00:00:00 2001 From: PerchunPak Date: Fri, 21 Apr 2023 07:46:39 +0200 Subject: [PATCH] Use `increase-if-necessary` strategy for dependabot This will help to avoid such commits as 42d758a and PRs where dependabot bumps version from `^1.2.3` to `>=1.2.3,<1.4`. See https://github.com/dependabot/dependabot-core/issues/1440. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d4671e8d..de400c9d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: interval: "daily" labels: - "area: dependencies" + versioning-strategy: increase-if-necessary + - package-ecosystem: "github-actions" directory: "/" schedule: