Skip to content

Commit

Permalink
fix: group dependabot commits by core, dev and example (#165)
Browse files Browse the repository at this point in the history
* fix: group dependabot commits by core, dev and example

* Fix: add detox to example dependabot group
  • Loading branch information
tyrauber authored Feb 1, 2024
1 parent 06b23d4 commit b697978
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b697978

Please sign in to comment.