Skip to content

Commit

Permalink
Merge pull request CentOS#240 from lmilbaum/compose-id-label
Browse files Browse the repository at this point in the history
Renovate compose-id label
  • Loading branch information
lmilbaum authored Jan 31, 2024
2 parents 8c72064 + 44a4ce6 commit 00eeae1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
{
"customType": "regex",
"fileMatch": [
"fedora-eln.repo"
"fedora-eln.repo",
"fedora-bootc-config.json"
],
"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",
"depNameTemplate": "Fedora-ELN",
Expand All @@ -29,10 +31,12 @@
{
"customType": "regex",
"fileMatch": [
"c9s-devel-compose.repo"
"c9s-devel-compose.repo",
"centos-bootc-config.json"
],
"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",
"depNameTemplate": "CentOS-Stream-9",
Expand Down

0 comments on commit 00eeae1

Please sign in to comment.