diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2429397a..88d37644 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,18 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + github-actions: + patterns: + - "*" + - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" ignore: - dependency-name: "@types/node" + groups: + npm-dependencies: + patterns: + - "*"