Skip to content

Commit

Permalink
chore(deps): group walletconnect dependencies (#6068)
Browse files Browse the repository at this point in the history
### Description

Avoids root state schema changes in PRs like
#6065 and
#6066

### Test plan

N/A

### Related issues

N/A

### Backwards compatibility

N/A

### Network scalability

N/A
  • Loading branch information
satish-ravi committed Sep 23, 2024
1 parent 18a04af commit e87d45f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
matchPackagePatterns: ['^prettier'],
groupName: 'prettier',
},
{
// Group updates for walletconnect packages
matchPackagePatterns: ['^@walletconnect/'],
groupName: 'walletconnect',
},
{
// Avoid auto merge of major updates on rn, auth0, firebase and walletconnect
matchPackagePatterns: [
Expand Down

0 comments on commit e87d45f

Please sign in to comment.