Skip to content

Commit

Permalink
fix: renovate config (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored May 23, 2024
1 parent a7e9aef commit 99db024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
],
"packageRules": [
{
"matchPackageNames": ["*"],
"matchPackagePatterns": ["*"],
"enabled": false
},
{
"matchPackageNames": [
"@walletconnect/utils",
"@web3modal/*",
"wagmi",
"@wagmi/connectors",
"viem",
"ethers",
"@solana/web3.js"
],
"matchPackagePrefixes": ["@web3modal/"],
"enabled": true,
"prPriority": 10
}
],
"includePaths": ["apps/laboratory"]
"includePaths": ["apps/laboratory/package.json"]
}

0 comments on commit 99db024

Please sign in to comment.