26 lines
374 B
JSON
26 lines
374 B
JSON
{
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"labels": [
|
|
"ready for review"
|
|
],
|
|
"ignoreUnstable": true,
|
|
"minimumReleaseAge": "3",
|
|
"packageRules": [
|
|
{
|
|
"matchCategories": [
|
|
"docker"
|
|
],
|
|
"pinDigests": true
|
|
},
|
|
{
|
|
"matchUpdateTypes": [
|
|
"major"
|
|
],
|
|
"labels": [
|
|
"UPDATE-MAJOR"
|
|
]
|
|
}
|
|
]
|
|
}
|