Add tests directory to Dependabot nix configuration
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
72674a6b55
commit
56ea606134
1 changed files with 3 additions and 1 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -5,6 +5,8 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
- package-ecosystem: "nix"
|
- package-ecosystem: "nix"
|
||||||
directory: "/"
|
directories:
|
||||||
|
- "/"
|
||||||
|
- "tests/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue