diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 525850027d1..16a2e93d929 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,25 @@ version: 2 updates: - package-ecosystem: npm directory: "/" + groups: + babel: + patterns: + - '@babel*' + update-types: + - 'minor' + - 'patch' + jest: + patterns: + - '@jest*' + update-types: + - 'minor' + - 'patch' + rnx-kit: + patterns: + - '@rnx-kit*' + update-types: + - 'minor' + - 'patch' schedule: interval: daily time: "05:00"