Skip to content

Commit

Permalink
chore(renovate): tweak presets
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed Jul 11, 2023
1 parent fbfcb9d commit f84b657
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableDevDependencies",
":prConcurrentLimit10",
":prHourlyLimit2",
":semanticCommits",
Expand Down Expand Up @@ -42,11 +41,13 @@
"matchPackagePatterns": ["@cosmjs/*"],
"schedule": ["every weekend"],
"groupName": "cosmjs Deps",
"groupSlug": "cosmjs-deps-updates"
"groupSlug": "cosmjs-deps-updates",
"matchDepTypes": ["dependencies"]
},
{
"matchPackagePatterns": ["*"],
"schedule": ["every weekend"]
"schedule": ["every weekend"],
"matchDepTypes": ["dependencies"]
}
]
}

7 comments on commit f84b657

@vercel
Copy link

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

@vercel
Copy link

@vercel vercel bot commented on f84b657 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 f84b657 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 f84b657 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.