From 4acb7350c7a02704d984d42f3b718240f4eac717 Mon Sep 17 00:00:00 2001 From: Collin Barrett <6483057+collinbarrett@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:53:53 -0500 Subject: [PATCH] feat(web): depbot docker for next --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a898960a..60f38d5ef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,11 @@ updates: schedule: interval: "daily" target-branch: "next" + - package-ecosystem: "docker" + directory: "/web" + schedule: + interval: "daily" + target-branch: "next" - package-ecosystem: "npm" directory: "/web" schedule: