blob: 298f9b0f11f1e4559a16eb0a05e02f2f64f6b3e9 [file] [log] [blame]
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"baseBranches": ["main", "/^stable\\/.*/"],
"commitBody": "Skip-Release-Notes",
"prHourlyLimit": 10,
"packageRules": [
{
"enabled": false,
"matchPackagePatterns": ["*"]
},
{
"enabled": true,
"matchDatasources": ["pypi"],
"matchPackageNames": ["magnum-cluster-api"]
},
{
"enabled": true,
"matchDatasources": ["git-refs"]
},
{
"groupName": "tempest",
"matchDatasources": ["git-refs"],
"matchFileNames": ["images/tempest/Dockerfile"]
},
{
"groupName": "openstack",
"matchDatasources": ["git-refs"],
"matchFileNames": ["images/manila/Dockerfile"]
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["images/manila/Dockerfile"],
"matchStrings": [
"ARG (?<depName>[A-Z_]+)_GIT_REF=(?<currentDigest>.*?)\\s+ADD --keep-git-dir=true https://opendev\\.org/openstack/(?<packageName>[a-z-]+)\\.git"
],
"datasourceTemplate": "git-refs",
"depNameTemplate": "openstack/{{packageName}}",
"packageNameTemplate": "https://opendev.org/openstack/{{packageName}}",
"currentValueTemplate": "{{#if (equals baseBranch 'main')}}master{{else}}{{baseBranch}}{{/if}}"
},
{
"customType": "regex",
"fileMatch": ["images/tempest/Dockerfile"],
"matchStrings": [
"ADD --keep-git-dir=true https://opendev.org/openstack/(?<depName>[^.]+)(\\.git)?#(?<currentDigest>[0-9a-f]{40}) /src(?<path>.*)"
],
"datasourceTemplate": "git-refs",
"packageNameTemplate": "https://opendev.org/openstack/{{depName}}",
"currentValueTemplate": "master"
},
{
"customType": "regex",
"fileMatch": ["images/magnum/Dockerfile"],
"matchStrings": ["magnum-cluster-api==(?<currentValue>.*?)\\s"],
"datasourceTemplate": "pypi",
"depNameTemplate": "magnum-cluster-api",
"versioningTemplate": "semver"
},
{
"customType": "regex",
"fileMatch": ["images/neutron/Dockerfile"],
"matchStrings": ["POLICY_SERVER_GIT_REF=(?<currentDigest>.*?)\\n"],
"datasourceTemplate": "git-refs",
"depNameTemplate": "neutron-policy-server",
"packageNameTemplate": "https://review.vexxhost.dev/neutron-policy-server",
"currentValueTemplate": "main"
}
]
}