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: