diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4daca9a..642567b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,20 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "weekly" reviewers: - "jakemulley" + groups: + npm: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" reviewers: - "jakemulley" + groups: + github-actions: + patterns: + - "*"