From 488d5e7ffce893c67dcbfe7cd532e0ae24c48bb7 Mon Sep 17 00:00:00 2001 From: sdibernardo Date: Mon, 17 May 2021 14:09:56 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 92a2ac83..4d24b62b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ version: 2 updates: # Enable version updates for maven - - package-ecosystem: "java:maven" + - package-ecosystem: "maven" # Look for `pom.xml` file in the `root` directory directory: "/" # Check the maven registry for updates every day (weekdays)