Skip to content

Commit

Permalink
Configure Renovate (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben Kremer <ben@walletconnect.com>
  • Loading branch information
renovate[bot] and bkrem authored Jun 5, 2023
1 parent f9c7d23 commit aee5b1a
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableDevDependencies",
":prConcurrentLimit10",
":prHourlyLimit2",
":semanticCommits",
":semanticCommitScope(deps)"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"schedule": ["every weekend"]
},
{
"matchPackagePatterns": [
"@walletconnect/core",
"@walletconnect/sign-client",
"@walletconnect/types",
"@walletconnect/universal-provider",
"@walletconnect/ethereum-provider",
"@walletconnect/utils"
],
"schedule": ["at any time"],
"groupName": "WalletConnect Monorepo Deps",
"groupSlug": "walletconnect-monorepo-deps-updates"
},
{
"matchPackagePatterns": ["@walletconnect/web3wallet"],
"schedule": ["at any time"],
"groupName": "WalletConnect Web3Wallet Deps",
"groupSlug": "walletconnect-web3wallet-deps-updates"
},
{
"matchPackagePatterns": ["@web3modal/*"],
"schedule": ["at any time"],
"groupName": "Web3Modal Deps",
"groupSlug": "web3modal-deps-updates"
}
]
}

8 comments on commit aee5b1a

@vercel
Copy link

@vercel vercel bot commented on aee5b1a Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aee5b1a Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aee5b1a Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-dapp-auth – ./dapps/vue-dapp-auth

vue-dapp-auth-git-main-walletconnect1.vercel.app
vue-dapp-auth-walletconnect1.vercel.app
vue-dapp-auth.vercel.app

@vercel
Copy link

@vercel vercel bot commented on aee5b1a Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aee5b1a Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aee5b1a Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aee5b1a Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aee5b1a Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-wallet-eip155 – ./wallets/react-wallet-eip155

react-wallet-eip155-git-main-walletconnect1.vercel.app
react-wallet-eip155-walletconnect1.vercel.app
react-wallet-eip155.vercel.app

Please sign in to comment.