diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79767ed..3326612 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,10 @@ updates: - package-ecosystem: npm directory: "/" schedule: - interval: weekly + interval: daily versioning-strategy: increase # Update package.json too - open-pull-requests-limit: 3 + groups: + patterns: + update-types: + - "minor" + - "patch" \ No newline at end of file