Skip to content

Commit

Permalink
chore(config): update renovate config to group WC monorepo deps (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem authored Jan 3, 2025
1 parent df822c9 commit 72a082e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@
},
{
"schedule": ["at any time"],
"matchPackageNames": ["@walletconnect/**"]
"groupName": "WalletConnect Monorepo Deps",
"groupSlug": "walletconnect-monorepo-deps-updates",
"matchDepTypes": ["dependencies", "devDependencies"],
"matchPackageNames": [
"@walletconnect/core",
"@walletconnect/sign-client",
"@walletconnect/types",
"@walletconnect/universal-provider",
"@walletconnect/ethereum-provider",
"@walletconnect/utils",
"@walletconnect/react-native-compat"
]
}
]
}

0 comments on commit 72a082e

Please sign in to comment.