diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51e3773..04fe95b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,15 @@ version: 2 updates: - - package-ecosystem: npm # See documentation for possible values + - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" + groups: + npm: + applies-to: version-updates + patterns: + - "*" - package-ecosystem: github-actions directory: "/" schedule: