diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e2331b6..cf3f8c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,13 @@ updates: directory: "/api" schedule: interval: "daily" + + - package-ecosystem: "docker" + directory: "/app" + schedule: + interval: "weekly" + + - package-ecosystem: "docker" + directory: "/api" + schedule: + interval: "weekly"