diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 709997f..bd65f97 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,27 @@ updates: - package-ecosystem: bundler directory: / schedule: - interval: daily - - package-ecosystem: "github-actions" + interval: weekly + day: tuesday + time: "07:00" + allow: + - dependency-type: direct + cooldown: + default-days: 3 + open-pull-requests-limit: 25 + groups: + test: + patterns: + - "minitest" + - "mocha" + - "simplecov" + + - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: weekly + day: tuesday + time: "07:00" + cooldown: + default-days: 3 + open-pull-requests-limit: 25