From 5271ea11f2c8f491182cfa9ec14a9c4346934b37 Mon Sep 17 00:00:00 2001 From: Xenira <1288524+Xenira@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:16:15 +0100 Subject: [PATCH] ci(dependabot): remove redundant directories included in workspace --- .github/dependabot.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 61cdae9af7..e2eae0eba7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,7 @@ updates: prefix: "chore(deps): " prefix-development: "chore(deps-dev): " - package-ecosystem: "cargo" - directories: - - "/" - - "/crates/cli" - - "/crates/macros" - - "/tests" + directory: "/" schedule: interval: "weekly" commit-message: