Skip to content

Commit

Permalink
chore: renovate updates (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Aug 7, 2024
1 parent 2bd1578 commit 949cb62
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,31 @@
":semanticCommitScope(deps)"
],
"rebaseWhen": "conflicted",
"includePaths": ["examples/**"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"enabled": false
"enabled": false,
"matchPackageNames": ["*"]
},
{
"enabled": true,
"matchPackageNames": [
"@walletconnect/ethereum-provider",
"@walletconnect/universal-provider",
"@walletconnect/utils",
"@wagmi/core",
"wagmi",
"@wagmi/connectors",
"viem",
"ethers",
"@solana/web3.js"
"@web3modal/{/,}**"
],
"matchPackagePrefixes": ["@web3modal/"],
"groupName": "walletconnect",
"prPriority": 10
},
{
"enabled": true,
"matchPackageNames": ["viem", "@wagmi/core", "wagmi", "@wagmi/connectors"],
"groupName": "wagmi"
},
{
"enabled": true,
"matchPackageNames": ["ethers", "@solana/web3.js"]
}
]
}

0 comments on commit 949cb62

Please sign in to comment.