Selaa lähdekoodia

Add Dependabot

Frédéric Guillot 6 vuotta sitten
vanhempi
commit
a2abd38ccf
1 muutettua tiedostoa jossa 19 lisäystä ja 0 poistoa
  1. 19 0
      dependabot.yml

+ 19 - 0
dependabot.yml

@@ -0,0 +1,19 @@
+version: 2
+updates:
+  - package-ecosystem: "gomod"
+    directory: "/"
+    schedule:
+      interval: "weekly"
+    reviewers:
+      - "fguillot"
+    assignees:
+      - "fguillot"
+
+  - package-ecosystem: "docker"
+    directory: "/"
+    schedule:
+      interval: "weekly"
+    reviewers:
+      - "fguillot"
+    assignees:
+      - "fguillot"