From 56ea606134b42a47739ee3ec6dd253cdc450416f Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Wed, 22 Apr 2026 09:04:45 -0700 Subject: [PATCH] Add `tests` directory to Dependabot nix configuration Co-authored-by: Copilot --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f7e3c559..17758944 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: schedule: interval: "weekly" - package-ecosystem: "nix" - directory: "/" + directories: + - "/" + - "tests/" schedule: interval: "weekly"