Skip to content

Commit

Permalink
fix(renovate): exclude Defly and Pera Connect from auto-updates
Browse files Browse the repository at this point in the history
The latest versions of Defly Connect and Pera Connect require `algosdk` v3. I'll
revert this change to the Renovate config as part of the v4.0.0 stable release, when
we migrate to `algosdk` v3.
  • Loading branch information
drichar committed Jan 10, 2025
1 parent b4d34b8 commit 2c49520
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@
"matchPackageNames": [
"/@agoralabs-sh/avm-web-provider/",
"/@algorandfoundation/liquid-auth-use-wallet-client/",
"/@blockshake/defly-connect/",
"/@magic-ext/algorand/",
"/magic-sdk/",
"/@perawallet/connect/",
"/lute-connect/",
"/walletconnect/"
]
},
{
"matchPackageNames": ["@blockshake/defly-connect", "@perawallet/connect"],
"enabled": false
},
{
"groupName": "pnpm",
"matchPackageNames": ["pnpm"],
Expand Down

0 comments on commit 2c49520

Please sign in to comment.