Browse Source

Update path to Dockerfiles in dependabot.yml

Frédéric Guillot 3 years ago
parent
commit
4dc79833da
1 changed files with 10 additions and 1 deletions
  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: