Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-podolskiy90 authored Oct 31, 2023
1 parent 7883ce4 commit 1bbfba9
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,24 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"automerge": true,
"automergeType": "pr",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchUpdateTypes": ["major"],
"automerge": false
}
],
"schedule": [
"after 11pm every weekday",
"before 5am every weekday",
"every weekend"
],
"prHourlyLimit": 2
}

0 comments on commit 1bbfba9

Please sign in to comment.