Skip to content

Commit

Permalink
fix(renovate): update package grouping patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed Jul 4, 2023
1 parent e0059fa commit 098a08b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@
":semanticCommitScope(deps)"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"schedule": ["every weekend"]
},
{
"matchPackagePatterns": [
"@walletconnect/core",
"@walletconnect/sign-client",
"@walletconnect/types",
"@walletconnect/universal-provider",
"@walletconnect/ethereum-provider",
"@walletconnect/utils"
"@walletconnect/utils",
"@walletconnect/react-native-compat"
],
"schedule": ["at any time"],
"groupName": "WalletConnect Monorepo Deps",
Expand All @@ -37,6 +34,16 @@
"schedule": ["at any time"],
"groupName": "Web3Modal Deps",
"groupSlug": "web3modal-deps-updates"
},
{
"matchPackagePatterns": ["@cosmjs/*"],
"schedule": ["every weekend"],
"groupName": "cosmjs Deps",
"groupSlug": "cosmjs-deps-updates"
},
{
"matchPackagePatterns": ["*"],
"schedule": ["every weekend"]
}
]
}

7 comments on commit 098a08b

@vercel
Copy link

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

@vercel
Copy link

@vercel vercel bot commented on 098a08b Jul 4, 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.