Compare commits
No commits in common. "50d53a38dfb5862f7390402529f57cc9521b2cd1" and "7f691e240653545af3e787d0b3779916f5d9fb4f" have entirely different histories.
50d53a38df
...
7f691e2406
1 changed files with 18 additions and 23 deletions
|
@ -1,26 +1,21 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:base"
|
||||||
],
|
|
||||||
"labels": [
|
|
||||||
"ready for review"
|
|
||||||
],
|
],
|
||||||
|
|
||||||
|
"labels": ["ready for review"],
|
||||||
|
|
||||||
"ignoreUnstable": true,
|
"ignoreUnstable": true,
|
||||||
"minimumReleaseAge": "3",
|
"minimumReleaseAge": "3",
|
||||||
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchCategories": [
|
"matchUpdateTypes": ["major"],
|
||||||
"docker"
|
"labels": ["UPDATE-MAJOR"]
|
||||||
],
|
}
|
||||||
"pinDigests": true
|
],
|
||||||
},
|
|
||||||
{
|
"docker": {
|
||||||
"matchUpdateTypes": [
|
"pinDigests": true
|
||||||
"major"
|
}
|
||||||
],
|
|
||||||
"labels": [
|
|
||||||
"UPDATE-MAJOR"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue