10.nixos-hardware/.github/dependabot.yml
Jamie Magee 56ea606134 Add tests directory to Dependabot nix configuration
Co-authored-by: Copilot <copilot@github.com>
2026-04-22 09:04:45 -07:00

12 lines
232 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "nix"
directories:
- "/"
- "tests/"
schedule:
interval: "weekly"