Explorar o código

Update path to Dockerfiles in dependabot.yml

Frédéric Guillot %!s(int64=3) %!d(string=hai) anos
pai
achega
4dc79833da
Modificáronse 1 ficheiros con 10 adicións e 1 borrados
  1. 10 1
      .github/dependabot.yml

+ 10 - 1
.github/dependabot.yml

@@ -10,7 +10,16 @@ updates:
       - "fguillot"
 
   - package-ecosystem: "docker"
-    directory: "/"
+    directory: "/packaging/docker/alpine"
+    schedule:
+      interval: "weekly"
+    reviewers:
+      - "fguillot"
+    assignees:
+      - "fguillot"
+
+  - package-ecosystem: "docker"
+    directory: "/packaging/docker/distroless"
     schedule:
       interval: "weekly"
     reviewers: