From dcf94b807793edf658aa58c4d42684784990343a Mon Sep 17 00:00:00 2001 From: Gregory Conrad Date: Tue, 11 Nov 2025 15:23:23 -0500 Subject: [PATCH] ci: fix dependabot config for Dart workspace --- .github/dependabot.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2bf55e6..3ea4256 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,8 +2,7 @@ version: 2 enable-beta-ecosystems: true updates: - package-ecosystem: pub - directories: - - "**/*" + directory: "/" schedule: interval: "weekly" groups: