Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Nov 25, 2024
1 parent d58b2b8 commit b93e537
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'weekly'
interval: 'monthly'
time: '02:00'
open-pull-requests-limit: 10
open-pull-requests-limit: 20
groups:
babel:
patterns:
Expand Down Expand Up @@ -42,27 +42,25 @@ updates:
- 'vitest-react-native'
reviewers:
- mburumaxwell
- sethonyango
- package-ecosystem: 'github-actions'
directory: /
schedule:
interval: 'weekly'
interval: 'monthly'
time: '02:00'
open-pull-requests-limit: 10
reviewers:
- mburumaxwell
- sethonyango

- package-ecosystem: 'gradle'
directories:
- '/examples/identity/android'
- '/packages/identity/android'
schedule:
interval: 'weekly'
interval: 'monthly'
time: '02:00'
open-pull-requests-limit: 10
reviewers:
- sethonyango
- mburumaxwell
groups:
react-native:
patterns:
Expand All @@ -72,8 +70,8 @@ updates:
- '/examples/identity/ios'
- '/packages/identity/ios'
schedule:
interval: 'weekly'
interval: 'monthly'
time: '02:00'
open-pull-requests-limit: 10
reviewers:
- sethonyango
- mburumaxwell

0 comments on commit b93e537

Please sign in to comment.