From 5312a23c218a23f254ed8c5dca84289ed15bbf59 Mon Sep 17 00:00:00 2001 From: LeonidElkin Date: Sun, 10 May 2026 17:05:18 +0300 Subject: [PATCH] fix(dependabot): invalid dependabot.yml format --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ac875a..39227e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ multi-ecosystem-groups: dependencies: schedule: interval: "weekly" + open-pull-requests-limit: 1 labels: - dependencies @@ -12,14 +13,12 @@ updates: directory: "/" patterns: [ "*" ] multi-ecosystem-group: "dependencies" - open-pull-requests-limit: 1 rebase-strategy: "auto" - package-ecosystem: "pip" directory: "/" patterns: [ "*" ] multi-ecosystem-group: "dependencies" - open-pull-requests-limit: 1 rebase-strategy: "auto" versioning-strategy: "increase-if-necessary" @@ -27,5 +26,4 @@ updates: directory: "/" patterns: [ "*" ] multi-ecosystem-group: "dependencies" - open-pull-requests-limit: 1 rebase-strategy: "auto"