21 lines
No EOL
319 B
JSON
21 lines
No EOL
319 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
|
|
"labels": ["ready for review"],
|
|
|
|
"ignoreUnstable": true,
|
|
"minimumReleaseAge": "3",
|
|
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"labels": ["UPDATE-MAJOR"]
|
|
}
|
|
],
|
|
|
|
"docker": {
|
|
"pinDigests": true
|
|
}
|
|
} |