summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-11 01:22:05 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-11 01:22:05 +0200
commita93e2fe304e0425f98014fe080bd52230e664e69 (patch)
tree859b43fe04982f2abd8208ee3b0086724a4a29ba /.github/dependabot.yml
parent6697507405a7674efe6045958e768f24df240002 (diff)
parentdddfc8ddb7a5627d27c3ffae803c767ebcff5c77 (diff)
Merge branch 'main' of github.com:Wilkuu-2/nix-config
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml6
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"