Skip to content

Commit

Permalink
fix(renovate): ensure @walletconnect/* deps are covered as devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed Jul 11, 2023
1 parent a98ec65 commit fbfcb9d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@
],
"schedule": ["at any time"],
"groupName": "WalletConnect Monorepo Deps",
"groupSlug": "walletconnect-monorepo-deps-updates"
"groupSlug": "walletconnect-monorepo-deps-updates",
"matchDepTypes": ["dependencies", "devDependencies"]
},
{
"matchPackagePatterns": ["@walletconnect/web3wallet"],
"schedule": ["at any time"],
"groupName": "WalletConnect Web3Wallet Deps",
"groupSlug": "walletconnect-web3wallet-deps-updates"
"groupSlug": "walletconnect-web3wallet-deps-updates",
"matchDepTypes": ["dependencies", "devDependencies"]
},
{
"matchPackagePatterns": ["@web3modal/*"],
"schedule": ["at any time"],
"groupName": "Web3Modal Deps",
"groupSlug": "web3modal-deps-updates"
"groupSlug": "web3modal-deps-updates",
"matchDepTypes": ["dependencies", "devDependencies"]
},
{
"matchPackagePatterns": ["@cosmjs/*"],
Expand Down

7 comments on commit fbfcb9d

@vercel
Copy link

@vercel vercel bot commented on fbfcb9d Jul 11, 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 fbfcb9d Jul 11, 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 fbfcb9d Jul 11, 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 fbfcb9d Jul 11, 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 fbfcb9d Jul 11, 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.vercel.app
vue-dapp-auth-git-main-walletconnect1.vercel.app
vue-dapp-auth-walletconnect1.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fbfcb9d Jul 11, 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 fbfcb9d Jul 11, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.