From 8624f147fdd6a3e816a5c4606250b539fce61390 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Fri, 4 Oct 2024 22:16:01 +0200 Subject: [PATCH] correction dependabot configuration --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e728fd4..a3d018f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values + - package-ecosystem: "maven" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "monthly"