From 478859ac346df4340a53ced695f1cba37ffa42a0 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Sat, 17 Jul 2021 09:06:32 -0700 Subject: [PATCH] Fix typo in dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index def8baf5..a3b16b8c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,9 @@ # Basic dependabot.yml file with -# minimum configuration for two package managers +# minimum configuration for maven package manager version: 2 updates: - # Enable version updates for Docker + # Enable version updates for Maven - package-ecosystem: "maven" directory: "/" # Check for updates once a week