mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-29 20:40:44 +00:00
.tekton: disable updates of iot images for F44+
Currently, iot images building process is failing because of [1]. However, the MR is blocked because we can't specifically remove the packages only for F44+ releases [2]. In the meantime, to unblock the pipeline, we ask Renovate to ignore iot for now. [1] https://gitlab.com/fedora/bootc/base-images/-/merge_requests/378 [2] https://gitlab.com/fedora/bootc/base-images/-/issues/74
This commit is contained in:
parent
bcbdcb5b78
commit
53c4ae3e36
1 changed files with 9 additions and 0 deletions
|
|
@ -63,6 +63,15 @@
|
|||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": [
|
||||
"Disable REPOS_IMAGE updates for 44-iot and rawhide-iot tekton files",
|
||||
"until we fix https://gitlab.com/fedora/bootc/base-images/-/issues/74"
|
||||
],
|
||||
"matchManagers": ["custom.regex"],
|
||||
"matchFileNames": [".tekton/*-44-iot-*", ".tekton/*-rawhide-iot-*"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchManagers": ["tekton"],
|
||||
"matchPackageNames": ["/quay.io/bootc-devel/tekton-catalog/"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue