chore: ignore renovate major updates for postgres image (#22764)
parent
53680d9643
commit
f7250f24fe
|
|
@ -21,6 +21,12 @@
|
||||||
"addLabels": [
|
"addLabels": [
|
||||||
"📱mobile"
|
"📱mobile"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDatasources": ["docker"],
|
||||||
|
"matchPackageNames": ["ghcr.io/immich-app/postgres"],
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue