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