From 7f16595fa457af70836086bed79f716208d2d45a Mon Sep 17 00:00:00 2001 From: Mehdi Naderi Varandi Date: Wed, 25 Oct 2023 14:34:09 +0100 Subject: [PATCH] Update strategy from default auto to increase-if-neces. (#1602) Signed-off-by: mehdinv --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 100bfb2740..1f29f45aa7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,7 @@ updates: directory: "/package" # Location of package manifests schedule: interval: "monthly" + versioning-strategy: increase-if-necessary ignore: - dependency-name: "types-*" labels: