]> git.lizzy.rs Git - enumset.git/commitdiff
Create dependabot.yml
authorAlissa Rao <lymia@lymiahugs.com>
Mon, 3 Oct 2022 01:54:38 +0000 (18:54 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 01:54:38 +0000 (18:54 -0700)
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..4af2269
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "cargo" # See documentation for possible values
+    directory: "/" # Location of package manifests
+    schedule:
+      interval: "weekly"