From abc3dad9abb2bad0654195e765214f59ca3a294d Mon Sep 17 00:00:00 2001 From: Ladislav Sulak Date: Tue, 6 Jan 2026 16:02:33 +0100 Subject: [PATCH] #81: removing as SBT is not supported by Dependabot yet --- .github/dependabot.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc34bf2..5973091 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,18 +14,3 @@ updates: commit-message: prefix: "chore" include: "scope" - - - package-ecosystem: "sbt" - directory: "/" - target-branch: "master" - schedule: - interval: "weekly" - day: "sunday" - labels: - - "auto update" - - "dependencies" - - "no RN" - open-pull-requests-limit: 3 - commit-message: - prefix: "chore" - include: "scope"