chore: add Nix files to dependabot

Dependabot supports updating Nix flakes inputs, great to keep the
development deps updated.
This commit is contained in:
Fijxu 2026-08-06 10:30:42 -04:00
parent 7d93ccbd04
commit d6e4022cf2
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -8,3 +8,7 @@ updates:
directory: / directory: /
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "nix"
directory: /nix
schedule:
interval: "weekly"