From c43ad3c91ee4f65ae0fa77af8b5c39fb80e788f8 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Tue, 11 Jun 2024 14:13:13 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ac5b03a58..d5f8c94091 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,10 +9,18 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "daily" + groups: + all: + patterns: + - "*" # Maintain dependencies for npm - package-ecosystem: "npm" directory: "/" schedule: - interval: "monthly" + interval: "daily" + groups: + all: + patterns: + - "*"