2025-02-19 10:01:00 +01:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
|
"customDatasources": {
|
|
|
|
|
"amdgpu": {
|
|
|
|
|
"defaultRegistryUrlTemplate": "https://repo.radeon.com/amdgpu/",
|
|
|
|
|
"format": "html"
|
|
|
|
|
},
|
|
|
|
|
"rocm": {
|
|
|
|
|
"defaultRegistryUrlTemplate": "https://repo.radeon.com/rocm/rhel9/",
|
|
|
|
|
"format": "html"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"customManagers": [
|
|
|
|
|
{
|
|
|
|
|
"customType": "regex",
|
2025-09-24 16:04:29 +00:00
|
|
|
"managerFilePatterns": [
|
|
|
|
|
"/container-images/rocm/amdgpu\\.repo/"
|
2025-02-19 10:01:00 +01:00
|
|
|
],
|
|
|
|
|
"matchStrings": [
|
2025-09-24 16:04:29 +00:00
|
|
|
"baseurl=https://repo\\.radeon\\.com/amdgpu/(?<currentValue>.*)/rhel/(.*)"
|
2025-02-19 10:01:00 +01:00
|
|
|
],
|
|
|
|
|
"datasourceTemplate": "custom.amdgpu",
|
|
|
|
|
"versioningTemplate": "semver",
|
|
|
|
|
"depNameTemplate": "amdgpu"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"customType": "regex",
|
2025-09-24 16:04:29 +00:00
|
|
|
"managerFilePatterns": [
|
|
|
|
|
"/container-images/rocm/rocm\\.repo/"
|
2025-02-19 10:01:00 +01:00
|
|
|
],
|
|
|
|
|
"matchStrings": [
|
2025-09-24 16:04:29 +00:00
|
|
|
"baseurl=https://repo\\.radeon\\.com/rocm/rhel9/(?<currentValue>.*)/main"
|
2025-02-19 10:01:00 +01:00
|
|
|
],
|
|
|
|
|
"datasourceTemplate": "custom.rocm",
|
|
|
|
|
"versioningTemplate": "semver",
|
|
|
|
|
"depNameTemplate": "rocm"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"customType": "regex",
|
2025-09-24 16:04:29 +00:00
|
|
|
"managerFilePatterns": [
|
|
|
|
|
"/ramalama/model\\.py/"
|
2025-02-19 10:01:00 +01:00
|
|
|
],
|
|
|
|
|
"matchStrings": [
|
2025-09-24 16:04:29 +00:00
|
|
|
"return \"(?<depName>.*):(?<currentValue>.*)\""
|
2025-02-19 10:01:00 +01:00
|
|
|
],
|
|
|
|
|
"datasourceTemplate": "docker",
|
|
|
|
|
"versioningTemplate": "regex:rhoai-(?<major>\\d+).(?<minor>\\d+)-rocm$",
|
|
|
|
|
"depNameTemplate": "quay.io/modh/vllm"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"customType": "regex",
|
2025-09-24 16:04:29 +00:00
|
|
|
"managerFilePatterns": [
|
|
|
|
|
"/ramalama/model\\.py/"
|
2025-02-19 10:01:00 +01:00
|
|
|
],
|
|
|
|
|
"matchStrings": [
|
2025-09-24 16:04:29 +00:00
|
|
|
"return \"(?<depName>.*):(?<currentValue>.*)\""
|
2025-02-19 10:01:00 +01:00
|
|
|
],
|
|
|
|
|
"datasourceTemplate": "docker",
|
|
|
|
|
"versioningTemplate": "regex:rhoai-(?<major>\\d+).(?<minor>\\d+)-cuda$",
|
|
|
|
|
"depNameTemplate": "quay.io/modh/vllm"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"packageRules": [
|
|
|
|
|
{
|
|
|
|
|
"matchDatasources": [
|
|
|
|
|
"custom.amdgpu"
|
|
|
|
|
],
|
|
|
|
|
"extractVersion": "(?<version>.+)/$",
|
|
|
|
|
"schedule": [
|
|
|
|
|
"at any time"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"matchDatasources": [
|
|
|
|
|
"custom.rocm"
|
|
|
|
|
],
|
|
|
|
|
"extractVersion": "(?<version>.+)/$",
|
|
|
|
|
"schedule": [
|
|
|
|
|
"at any time"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-09-24 16:04:29 +00:00
|
|
|
"matchDatasources": [
|
|
|
|
|
"custom.amdgpu",
|
|
|
|
|
"custom.rocm"
|
|
|
|
|
],
|
2025-02-19 10:01:00 +01:00
|
|
|
"groupName": "amdgpu-rocm"
|
2025-11-17 09:09:42 -08:00
|
|
|
},
|
|
|
|
|
{
|
2025-11-17 20:14:21 +00:00
|
|
|
"matchFileNames": [
|
2025-11-17 09:09:42 -08:00
|
|
|
"docsite/**"
|
|
|
|
|
],
|
|
|
|
|
"matchUpdateTypes": [
|
|
|
|
|
"lockFileMaintenance"
|
|
|
|
|
],
|
|
|
|
|
"groupName": "docsite lockfile maintenance",
|
|
|
|
|
"schedule": [
|
|
|
|
|
"before 9am on Monday"
|
|
|
|
|
]
|
2025-02-19 10:01:00 +01:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|