From d6e4022cf2996b3c82c9b3634f5fa0b8f9576c97 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Thu, 6 Aug 2026 10:30:42 -0400 Subject: [PATCH] chore: add Nix files to dependabot Dependabot supports updating Nix flakes inputs, great to keep the development deps updated. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 74f6302c..8891a385 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: directory: / schedule: interval: "weekly" + - package-ecosystem: "nix" + directory: /nix + schedule: + interval: "weekly"