From 1684770b1da8d37ab8703fcb8a2d82512ddb2845 Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Wed, 11 Jun 2025 23:54:43 -0600 Subject: [PATCH] chore(dependabot): update config for new Dockerfile file location --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 85652f7c5..b1115d0c4 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -20,7 +20,7 @@ updates: # Maintain dependencies for Docker (ie our GitHub Action) - package-ecosystem: "docker" - directory: "/" + directory: "src/gh_action" schedule: interval: "monthly" labels: