From 64112b01cc43d71e4c5c3ab19c5d8f3d34b03467 Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Wed, 11 May 2022 12:38:17 +0200 Subject: [PATCH] :art: fix yaml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2133d06..ca7cfb87 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,8 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: 'daily' - - - package-ecosystem: "github-actions" + + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily"