Renovate compose-id label

This commit is contained in:
Liora Milbaum 2024-01-31 21:54:58 +02:00
parent 8c7206464d
commit 44a4ce62e9
1 changed files with 8 additions and 4 deletions

View File

@ -17,10 +17,12 @@
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": [
"fedora-eln.repo" "fedora-eln.repo",
"fedora-bootc-config.json"
], ],
"matchStrings": [ "matchStrings": [
"https://odcs.fedoraproject.org/composes/production/(?<currentValue>.*)/compose/(.*)" "https://odcs.fedoraproject.org/composes/production/(?<currentValue>.*)/compose/(.*)",
"\"redhat.compose-id\": \"(?<currentValue>.*)\""
], ],
"datasourceTemplate": "custom.fedora-eln-compose", "datasourceTemplate": "custom.fedora-eln-compose",
"depNameTemplate": "Fedora-ELN", "depNameTemplate": "Fedora-ELN",
@ -29,10 +31,12 @@
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": [
"c9s-devel-compose.repo" "c9s-devel-compose.repo",
"centos-bootc-config.json"
], ],
"matchStrings": [ "matchStrings": [
"https://composes.stream.centos.org/development/(?<currentValue>.*)/compose/(.*)" "https://composes.stream.centos.org/development/(?<currentValue>.*)/compose/(.*)",
"\"redhat.compose-id\": \"(?<currentValue>.*)\""
], ],
"datasourceTemplate": "custom.c9s-compose", "datasourceTemplate": "custom.c9s-compose",
"depNameTemplate": "CentOS-Stream-9", "depNameTemplate": "CentOS-Stream-9",