Skip to content

Commit

Permalink
fix: group dependabot commits by core, dev and example
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrauber committed Nov 15, 2023
1 parent 2456902 commit c5c3bd4
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,40 @@ 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"
pull-request-branch-name:
separator: "-"
labels:
Expand Down

0 comments on commit c5c3bd4

Please sign in to comment.