From 231fb3333f22df1b7620b94f9244ecb61102b51f Mon Sep 17 00:00:00 2001 From: Francisco Perez Date: Thu, 18 May 2023 14:49:44 +0200 Subject: [PATCH] fixing dependabot.yml format fix: #456 --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e376b589d5c..6bcc41e7aac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,9 @@ version: 2 updates: -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily - package-ecosystem: maven