Merge pull request 'Migrate renovate config' (#3) from renovate/migrate-config into main
Reviewed-on: #3
This commit is contained in:
commit
50d53a38df
1 changed files with 23 additions and 18 deletions
|
@ -1,21 +1,26 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
|
"labels": [
|
||||||
"labels": ["ready for review"],
|
"ready for review"
|
||||||
|
],
|
||||||
"ignoreUnstable": true,
|
"ignoreUnstable": true,
|
||||||
"minimumReleaseAge": "3",
|
"minimumReleaseAge": "3",
|
||||||
|
"packageRules": [
|
||||||
"packageRules": [
|
{
|
||||||
{
|
"matchCategories": [
|
||||||
"matchUpdateTypes": ["major"],
|
"docker"
|
||||||
"labels": ["UPDATE-MAJOR"]
|
],
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
"docker": {
|
|
||||||
"pinDigests": true
|
"pinDigests": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"major"
|
||||||
|
],
|
||||||
|
"labels": [
|
||||||
|
"UPDATE-MAJOR"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue