diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1eab5a..b15fa0f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,27 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + groups: + babel: + patterns: + - "@babel/*" + - "babel-*" + update-types: + - "minor" + - "patch" + jest: + patterns: + - "jest" + - "jest-*" + - "babel-jest" + update-types: + - "minor" + - "patch" + rollup: + patterns: + - "rollup" + - "rollup-*" + update-types: + - "minor" + - "patch" \ No newline at end of file