From cce464a20a359b116bc5b47819d4a1effd5e5671 Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Tue, 30 Apr 2024 09:32:54 -0500 Subject: [PATCH] Update dependabot.yml to use directories https://github.blog/changelog/2024-04-29-dependabot-multi-directory-configuration-public-beta-now-available/ --- .github/dependabot.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0868746fa9..e72a873737 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,9 @@ updates: schedule: interval: monthly - package-ecosystem: npm - directory: '/' + directories: + - '/' + - '/functions' schedule: interval: monthly open-pull-requests-limit: 25 @@ -31,7 +33,3 @@ updates: markdownlint: patterns: - 'markdownlint*' - - package-ecosystem: npm - directory: '/functions' - schedule: - interval: monthly