Add tests directory to Dependabot nix configuration

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jamie Magee 2026-04-22 09:04:45 -07:00
parent 72674a6b55
commit 56ea606134

View file

@ -5,6 +5,8 @@ updates:
schedule:
interval: "weekly"
- package-ecosystem: "nix"
directory: "/"
directories:
- "/"
- "tests/"
schedule:
interval: "weekly"