From b697978553ee429c04e64ac685465c8355500e04 Mon Sep 17 00:00:00 2001 From: Ty Rauber Date: Thu, 1 Feb 2024 15:44:24 +0100 Subject: [PATCH] fix: group dependabot commits by core, dev and example (#165) * fix: group dependabot commits by core, dev and example * Fix: add detox to example dependabot group --- .github/dependabot.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b67aca19..d242b69b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,6 +36,41 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + core: + patterns: + - "react" + - "react-native" + - "@mapbox/*" + - "@turf/*" + - "@expo/config-plugins" + dev: + patterns: + - "jest" + - "@testing*" + - "@types/*" + - "typescript" + - "@babel/*" + - "babel*" + - "@typescript-eslint/*" + - "eslint-*" + - "eslint" + - "lint*" + - "@react-native-community/*" + - "documentation" + - "ejs*" + - "husky" + - "metro-*" + - "prettier" + example: + patterns: + - "expo*" + - "react-*" + - "react-native*" + - "@react-native*" + - "@react-navigation*" + - "fbjs" + - "detox" pull-request-branch-name: separator: "-" labels: