summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Stachurski <jakub@wilkuu.xyz>2026-04-11 01:08:25 +0200
committerGitHub <noreply@github.com>2026-04-11 01:08:25 +0200
commit6fca599ec0bf0c5bbe281ff01ff98d0c148139bd (patch)
tree7943bda13f93c8727bf96d903278db17a057a62e
parente24ce7987328000c6b3da2e4f51b8392b00a9e73 (diff)
Create 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"