Explorar el Código

Add dependabot (#903)

Vasiliy Taranov hace 2 años
padre
commit
11bb12f3e3
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  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"