From 118a9bb6e460642bd6ddcfc2edca809808fdde33 Mon Sep 17 00:00:00 2001 From: csimonapastore Date: Wed, 28 May 2025 00:50:57 +0200 Subject: [PATCH] Removed versioning-strategy to avoid error The property '#/updates/0/' contains additional properties ["versioning-strategy"] outside of the schema when none are allowed --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 333752b..841ded0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,6 @@ updates: interval: "daily" open-pull-requests-limit: 5 target-branch: "sprints/7" - versioning-strategy: "follow-root-version" - package-ecosystem: "nuget" directory: "/MainProject.Tests" @@ -14,4 +13,3 @@ updates: interval: "daily" open-pull-requests-limit: 5 target-branch: "sprints/7" - versioning-strategy: "follow-root-version"