From b876093981c70d784b043f8651c30308ffc47728 Mon Sep 17 00:00:00 2001 From: Andrew Coates <30809111+acoates-ms@users.noreply.github.com> Date: Fri, 13 Oct 2023 08:08:42 -0700 Subject: [PATCH] Have dependabot group some PRs --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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"