2023-10-30 04:07:33 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
|
"extends": [
|
2023-11-01 08:22:44 +02:00
|
|
|
"local>centos/.github:renovate-config"
|
2023-11-28 19:23:41 +02:00
|
|
|
],
|
2024-01-12 21:48:02 +02:00
|
|
|
"customDatasources": {
|
|
|
|
|
"fedora-eln-compose": {
|
|
|
|
|
"defaultRegistryUrlTemplate": "https://odcs.fedoraproject.org/composes/production",
|
|
|
|
|
"format": "html"
|
2024-01-16 19:14:12 +02:00
|
|
|
},
|
|
|
|
|
"c9s-compose": {
|
2024-01-17 13:09:46 +02:00
|
|
|
"defaultRegistryUrlTemplate": "https://composes.stream.centos.org/development/",
|
2024-01-16 19:14:12 +02:00
|
|
|
"format": "html"
|
2024-01-12 21:48:02 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"customManagers": [
|
|
|
|
|
{
|
|
|
|
|
"customType": "regex",
|
|
|
|
|
"fileMatch": [
|
2024-01-31 21:54:58 +02:00
|
|
|
"fedora-eln.repo",
|
|
|
|
|
"fedora-bootc-config.json"
|
2024-01-12 21:48:02 +02:00
|
|
|
],
|
|
|
|
|
"matchStrings": [
|
2024-01-31 21:54:58 +02:00
|
|
|
"https://odcs.fedoraproject.org/composes/production/(?<currentValue>.*)/compose/(.*)",
|
|
|
|
|
"\"redhat.compose-id\": \"(?<currentValue>.*)\""
|
2024-01-12 21:48:02 +02:00
|
|
|
],
|
|
|
|
|
"datasourceTemplate": "custom.fedora-eln-compose",
|
|
|
|
|
"depNameTemplate": "Fedora-ELN",
|
|
|
|
|
"versioningTemplate": "regex:^Fedora-ELN-(?<major>\\d{8})\\.(?<minor>\\d+)$"
|
2024-01-16 19:14:12 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"customType": "regex",
|
|
|
|
|
"fileMatch": [
|
2024-01-31 21:54:58 +02:00
|
|
|
"c9s-devel-compose.repo",
|
|
|
|
|
"centos-bootc-config.json"
|
2024-01-16 19:14:12 +02:00
|
|
|
],
|
|
|
|
|
"matchStrings": [
|
2024-01-31 21:54:58 +02:00
|
|
|
"https://composes.stream.centos.org/development/(?<currentValue>.*)/compose/(.*)",
|
|
|
|
|
"\"redhat.compose-id\": \"(?<currentValue>.*)\""
|
2024-01-16 19:14:12 +02:00
|
|
|
],
|
2024-01-17 13:27:49 +02:00
|
|
|
"datasourceTemplate": "custom.c9s-compose",
|
2024-01-16 19:14:12 +02:00
|
|
|
"depNameTemplate": "CentOS-Stream-9",
|
2024-01-17 12:47:26 +02:00
|
|
|
"versioningTemplate": "regex:^CentOS-Stream-9-(?<major>\\d{8})\\.d\\.0$"
|
2024-01-12 21:48:02 +02:00
|
|
|
}
|
|
|
|
|
],
|
2023-11-28 19:23:41 +02:00
|
|
|
"packageRules": [
|
|
|
|
|
{
|
2024-01-12 21:48:02 +02:00
|
|
|
"matchDatasources": [
|
2024-01-17 13:06:14 +02:00
|
|
|
"custom.fedora-eln-compose"
|
|
|
|
|
],
|
|
|
|
|
"extractVersion": "(?<version>.+)/$",
|
|
|
|
|
"automerge": true,
|
|
|
|
|
"schedule": [
|
|
|
|
|
"at any time"
|
|
|
|
|
],
|
|
|
|
|
"groupName": null
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"matchDatasources": [
|
2024-01-16 19:14:12 +02:00
|
|
|
"custom.c9s-compose"
|
2024-01-12 21:48:02 +02:00
|
|
|
],
|
|
|
|
|
"extractVersion": "(?<version>.+)/$",
|
|
|
|
|
"automerge": true,
|
|
|
|
|
"schedule": [
|
|
|
|
|
"at any time"
|
2024-01-16 14:32:43 +02:00
|
|
|
],
|
|
|
|
|
"groupName": null
|
2024-01-12 21:48:02 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"matchPackageNames": [
|
|
|
|
|
"quay.io/centos-bootc/builder"
|
|
|
|
|
],
|
2023-11-28 19:23:41 +02:00
|
|
|
"pinDigests": false
|
|
|
|
|
}
|
2023-11-21 16:02:36 +02:00
|
|
|
]
|
2023-10-30 04:07:33 +00:00
|
|
|
}
|