From ad23edaed10703457d1eebbe997850b85a8c0d7e Mon Sep 17 00:00:00 2001 From: Max Schmidt <35741000+mooxl@users.noreply.github.com> Date: Fri, 23 Jun 2023 00:58:16 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 96d3529..7172890 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,11 @@ version: 2 updates: - - package-ecosystem: "npm" - directory: "/astro" - schedule: - interval: "daily" - package-ecosystem: "npm" directory: "/payload" schedule: interval: "daily" + - package-ecosystem: "npm" + directory: "/astro" + schedule: + interval: "daily" +