From 16e576e94d485a6ac96080317ef20b584172b866 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 2 Aug 2025 23:02:01 +0200 Subject: [PATCH] fix(dependabot): Remove unsupported versioning-strategy Signed-off-by: Joas Schilling --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3227e408..382fae08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,6 @@ updates: commit-message: prefix: "build" include: "scope" - versioning-strategy: "increase" schedule: interval: daily time: "03:00" @@ -24,7 +23,6 @@ updates: commit-message: prefix: "ci" include: "scope" - versioning-strategy: "increase" schedule: interval: weekly day: saturday