From a6a78f5a44468ecbe2ea5bb726a647d804ffe654 Mon Sep 17 00:00:00 2001 From: Yusuke Miyazaki Date: Sat, 2 Mar 2024 12:48:00 +0900 Subject: [PATCH] Update Dockerfile automatically using Dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..7629a45 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" - package-ecosystem: "github-actions" directory: "/" schedule: