Skip to content

Commit

Permalink
chore: Group rncli updates in docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Nov 7, 2024
1 parent 578b25e commit cd79d16
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ updates:
interval: "daily"
labels:
- "dependencies"

- package-ecosystem: "gradle"
directories:
- "/packages/react-native-nitro-modules/android/"
Expand All @@ -18,6 +19,7 @@ updates:
- "nitro-core"
- "dependencies"
- "kotlin"

- package-ecosystem: "npm"
directories:
- "/docs/"
Expand All @@ -26,9 +28,10 @@ updates:
labels:
- "dependencies"
groups:
docusauris:
docusaurus:
patterns:
- "@docusaurus/*"

- package-ecosystem: "npm"
directories:
- "/packages/react-native-nitro-modules/"
Expand All @@ -40,6 +43,11 @@ updates:
- "nitro-core"
- "dependencies"
- "typescript"
groups:
rncli:
patterns:
- "@react-native-community/cli*"

- package-ecosystem: "npm"
directories:
- "/packages/nitrogen/"
Expand Down

0 comments on commit cd79d16

Please sign in to comment.