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"