Vasiliy Taranov 2 anni fa
parent
commit
11bb12f3e3
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  1. 15 0
      .github/dependabot.yml

+ 15 - 0
.github/dependabot.yml

@@ -0,0 +1,15 @@
+version: 2
+updates:
+  - package-ecosystem: "cargo"
+    directory: "/"
+    schedule:
+      interval: "monthly"
+    open-pull-requests-limit: 10
+  - package-ecosystem: "docker"
+    directory: "/"
+    schedule:
+      interval: "monthly"
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "monthly"