From 9bb305bb474122ed7c358f5a06fc5a4384428b7c Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 3 Oct 2024 13:08:33 -0500 Subject: [PATCH] chore: Update dependabot configuration --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6171687ee..87dfc80e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,9 @@ version: 2 updates: - package-ecosystem: npm - directory: '/' # Location of package manifests + directories: + - / + - packages/* schedule: interval: 'monthly' - package-ecosystem: 'github-actions'