From ba0bbd02e7a3f2542a7a2fcc6f9c97c5460b6cc3 Mon Sep 17 00:00:00 2001 From: 18ths <13023067+18ths@users.noreply.github.com> Date: Tue, 7 Jul 2020 10:54:47 +0200 Subject: [PATCH] Update dependabot.yml fixed dependabot package-ecosystem --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb0c161d397..189b112f4b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: '/' schedule: interval: 'weekly' - - package-ecosystem: 'java:maven' + - package-ecosystem: 'maven' directory: '/' schedule: interval: 'weekly'