28 lines
481 B
JSON
28 lines
481 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"config:base"
|
||
|
],
|
||
|
|
||
|
"schedule": "0 8 * * *",
|
||
|
"timezone": "Pacific/Auckland",
|
||
|
"vulnerabilityAlerts": {
|
||
|
"labels": ["security"],
|
||
|
"schedule": "* * * * *"
|
||
|
},
|
||
|
|
||
|
"labels": ["ready for review"],
|
||
|
|
||
|
"ignoreUnstable": true,
|
||
|
"minimumReleaseAge": 3,
|
||
|
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"matchUpdateTypes": ["major"],
|
||
|
"labels": ["UPDATE-MAJOR"]
|
||
|
}
|
||
|
],
|
||
|
|
||
|
"docker": {
|
||
|
"pinDigests": true
|
||
|
}
|
||
|
}
|