From 1950e2a361f5bb6475d63f1d5b55fcef21568383 Mon Sep 17 00:00:00 2001 From: ngn <78868991+ngn13@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:07:59 +0000 Subject: [PATCH] updated dependabot config --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"