Merge branch 'build-tweaks' into 'main'

Renovate/Konflux builds tweeks

See merge request fedora/bootc/base-images!192
This commit is contained in:
Miguel Martin Villamuelas 2025-06-04 11:40:44 +02:00
commit 49e97bfca1
17 changed files with 50 additions and 6 deletions

View file

@ -53,3 +53,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -50,3 +50,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -51,3 +51,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -48,3 +48,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -51,3 +51,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -48,3 +48,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -51,3 +51,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -48,3 +48,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -53,3 +53,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -50,3 +50,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -51,3 +51,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -48,3 +48,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -51,3 +51,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -48,3 +48,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -51,3 +51,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -48,3 +48,5 @@ spec:
- name: kind
value: pipeline
resolver: bundles
timeouts:
pipeline: 6h

View file

@ -10,8 +10,7 @@
".tekton/**"
],
"managerFilePatterns": [
"/\\.yaml$/",
"/\\.yml$/"
"/\\.ya?ml$/"
],
"packageRules": [
{
@ -44,14 +43,13 @@
"Update 'REPOS_IMAGE' and 'BUILDER_IMAGE' in tekton files"
],
"managerFilePatterns": [
"/.tekton/.*\\.yaml$/",
"/.tekton/.*\\.yml$/"
"/.tekton/.*\\.ya?ml$/"
],
"matchStrings": [
"REPOS_IMAGE=(?<depName>.*):(?<currentValue>.*)@(?<currentDigest>.*)\\n",
"BUILDER_IMAGE=(?<depName>.*):(?<currentValue>.*)@(?<currentDigest>.*)\\n"
],
"versioningTemplate": "regex:(?<compatibility>.*)-(?<minor>\\d{8})(\\.n)?\\.(?<build>\\d)",
"versioningTemplate": "regex:(?<compatibility>.*)-(?<patch>\\d{8})(\\.n)?\\.(?<build>\\d)",
"datasourceTemplate": "docker"
}
],
@ -63,10 +61,24 @@
"packageRules": [
{
"matchPackageNames": [
"quay.io/bootc-devel/.*-compose"
"/quay.io\/bootc-devel\/fedora-bootc-.*-compose/"
],
"automerge": true
},
{
"matchPackageNames": [
"/quay.io\/bootc-devel\/fedora-bootc-rawhide-compose/"
],
"groupName": "Fedora rawhide compose dependencies",
"groupSlug": "fedora-rawhide-compose-dependencies"
},
{
"matchPackageNames": [
"/quay.io\/bootc-devel\/fedora-bootc-42-compose/"
],
"groupName": "Fedora 42 compose dependencies",
"groupSlug": "fedora-42-compose-dependencies"
},
{
"matchPackageNames": [
"quay.io/fedora/fedora"