From e03e64a83d187b33a409e57d7b86823be74dbd85 Mon Sep 17 00:00:00 2001 From: Kenny Leung Date: Thu, 22 Aug 2024 08:16:39 -0700 Subject: [PATCH] Update dependabot.yml use directories Signed-off-by: Kenny Leung --- .github/dependabot.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 69ead95..47b0432 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,13 +2,8 @@ version: 2 updates: - package-ecosystem: gomod - directory: "./slack-webhook" - schedule: - interval: weekly - open-pull-requests-limit: 10 - - - package-ecosystem: gomod - directory: "./github-issue-opener" + directories: + - "./*" schedule: interval: weekly open-pull-requests-limit: 10