Skip to content

Commit

Permalink
chore: update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Feb 2, 2023
1 parent 981d2a3 commit 8dbb55c
Showing 1 changed file with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
{
"extends": [
"@nuxtjs"
],
"lockFileMaintenance": {
"enabled": true
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": [
"dependencies"
],
"rebaseWhen": "conflicted",
"schedule": [
"before 6am on the first day of the month"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"packageRules": [
{
"matchDatasources": [
"npm"
],
"matchUpdateTypes": [
"patch",
"minor",
"major"
],
"groupName": "all"
}
}
]
}

1 comment on commit 8dbb55c

@vercel
Copy link

@vercel vercel bot commented on 8dbb55c Feb 2, 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:

productdevbook-docs – ./

productdevbook-docs-pazargetir.vercel.app
productdevbook-docs-git-main-pazargetir.vercel.app
docs.productdevbook.com

Please sign in to comment.