From 5f994ab369d738d8bda298cc0689085347262889 Mon Sep 17 00:00:00 2001 From: Padraic Fanning <27117322+fanninpm@users.noreply.github.com> Date: Sat, 25 Apr 2026 12:40:59 -0400 Subject: [PATCH] Add `crates/*` directories to Dependabot config --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f3ac3ff0f6..e3f9ba3b7ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,9 @@ version: 2 updates: - package-ecosystem: cargo - directory: / + directories: + - "/" + - "crates/*" schedule: interval: weekly cooldown: