diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-11 01:22:05 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-11 01:22:05 +0200 |
| commit | a93e2fe304e0425f98014fe080bd52230e664e69 (patch) | |
| tree | 859b43fe04982f2abd8208ee3b0086724a4a29ba /.github/dependabot.yml | |
| parent | 6697507405a7674efe6045958e768f24df240002 (diff) | |
| parent | dddfc8ddb7a5627d27c3ffae803c767ebcff5c77 (diff) | |
Merge branch 'main' of github.com:Wilkuu-2/nix-config
Diffstat (limited to '')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..99e8874 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: "nix" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" |
