From 34b20d6c61c0be1abee73ffa26941c396c85a37c Mon Sep 17 00:00:00 2001 From: ikawaha Date: Tue, 2 Apr 2024 15:40:30 +0900 Subject: [PATCH] chore: Add directories to be checked by dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 258608f..4ced829 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,21 @@ updates: interval: daily reviewers: - ikawaha + - package-ecosystem: gomod + directory: /plugin/goa + schedule: + interval: daily + reviewers: + - ikawaha - package-ecosystem: github-actions directory: / schedule: interval: daily reviewers: - ikawaha + - package-ecosystem: github-actions + directory: /plugin/goa + schedule: + interval: daily + reviewers: + - ikawaha