Migrate config renovate.json
This commit is contained in:
parent
7f691e2406
commit
535eb600ae
1 changed files with 23 additions and 18 deletions
|
@ -1,21 +1,26 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
|
||||
"labels": ["ready for review"],
|
||||
|
||||
"ignoreUnstable": true,
|
||||
"minimumReleaseAge": "3",
|
||||
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["major"],
|
||||
"labels": ["UPDATE-MAJOR"]
|
||||
}
|
||||
],
|
||||
|
||||
"docker": {
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"labels": [
|
||||
"ready for review"
|
||||
],
|
||||
"ignoreUnstable": true,
|
||||
"minimumReleaseAge": "3",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchCategories": [
|
||||
"docker"
|
||||
],
|
||||
"pinDigests": true
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
],
|
||||
"labels": [
|
||||
"UPDATE-MAJOR"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue