From 3633752c11fadb5181e0d5c9036d23f5f188ed21 Mon Sep 17 00:00:00 2001 From: Devin Lauderdale Date: Tue, 27 Feb 2024 14:46:13 -0600 Subject: [PATCH] fix path dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c3844ac..9cd2ca3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - package-ecosystem: "docker" - directory: "meat-runner-22.04/" + directory: "images/meat-runner-22.04/" schedule: interval: "daily"