From 182f04a81c07b657a71febcd047513ad20f67cb4 Mon Sep 17 00:00:00 2001 From: k2tzumi Date: Sat, 23 Sep 2023 15:55:11 +0900 Subject: [PATCH] Fixing `The property '#/updates/1/' contains additional properties ["versioning-strategy"] outside of the schema when none are allowed` --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c8563a9..0753e5b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,8 +14,8 @@ updates: schedule: interval: "daily" target-branch: "main" - versioning-strategy: "increase" commit-message: prefix: "chore" include: "scope" - open-pull-requests-limit: 10 \ No newline at end of file + open-pull-requests-limit: 10 + \ No newline at end of file