From 5b408c2bc2948c5f2b58d794411ddc5c43d00b94 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 6171687e..87dfc80e 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'