Skip to content

Commit

Permalink
docs: code comment on WC dep skip (#4423)
Browse files Browse the repository at this point in the history
### Description

clarify why WC deps are ignored in renovate config

### Test plan

na

### Related issues

cc
https://linear.app/valora/issue/ACT-962/wallet-connect-no-matching-sessions

### Backwards compatibility

na
  • Loading branch information
cajubelt authored Nov 2, 2023
1 parent 26f77ab commit 82fed61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@

// A list of dependencies to be ignored by Renovate - "exact match" only
ignoreDeps: [
// avoid upgrading WalletConnect since there is a bug introduced in 2.10.1 that CI does not cover
// TODO remove once WC bug resolved. https://linear.app/valora/issue/ACT-962/wallet-connect-no-matching-sessions
'@walletconnect/react-native-compat',
'@walletconnect/utils',
'@walletconnect/web3wallet',
Expand Down

0 comments on commit 82fed61

Please sign in to comment.