Update renovate.json
This commit is contained in:
parent
2b9314cf19
commit
c67c7e6b3f
1 changed files with 9 additions and 15 deletions
24
.github/renovate.json
vendored
24
.github/renovate.json
vendored
|
|
@ -1,22 +1,19 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"minor",
|
"minor",
|
||||||
"patch",
|
"patch",
|
||||||
"pin",
|
"pin",
|
||||||
"digest"
|
"digest",
|
||||||
],
|
"lockFileMaintenance"
|
||||||
"matchDepTypes": [
|
|
||||||
"devDependencies"
|
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch",
|
"automergeType": "pr",
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true
|
||||||
"schedule": [
|
|
||||||
"after 8am and before 11am on monday through friday"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencyDashboard": false,
|
"dependencyDashboard": false,
|
||||||
|
|
@ -29,11 +26,8 @@
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch",
|
"automergeType": "pr",
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true
|
||||||
"schedule": [
|
|
||||||
"after 8am and before 11am on monday through friday"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"timezone": "Europe/Stockholm"
|
"timezone": "Europe/Stockholm"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue