From 6d2d9fb4d9e031505ecc8b0b10e1c8f7aea27af3 Mon Sep 17 00:00:00 2001 From: Jonathan Fisher <49597360+jpfisher72@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:36:48 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 124c09d0..e33c125b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,16 +10,16 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "daily" # dependencies for Github Actions - package-ecosystem: "npm" directory: "/screen2.0" schedule: - interval: "weekly" + interval: "daily" # dependencies for Github Actions - package-ecosystem: "composer" directory: "/" schedule: - interval: "weekly" + interval: "daily"