From 02e8b862290c881fd6a0a06a3e9463834f6f24c7 Mon Sep 17 00:00:00 2001 From: b1ron <80292536+b1ron@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:54:43 +0100 Subject: [PATCH] fix pom.xml file location (#8) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4eac21d..7b0f6bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - package-ecosystem: "maven" - directory: "/" + directory: "/java" assignees: [b1ron] open-pull-requests-limit: 5 schedule: