18 lines
557 B
Text
18 lines
557 B
Text
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"description": ["Custom schedule for frequently updated packages"],
|
||
|
"matchDataSources": ["docker", "helm"],
|
||
|
"matchPackagePatterns": ["reloader"],
|
||
|
"schedule": ["on the first day of the month"]
|
||
|
},
|
||
|
{
|
||
|
"description": ["Custom versioning for minio"],
|
||
|
"matchDatasources": ["docker"],
|
||
|
"matchPackagePatterns": ["minio"],
|
||
|
"versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
|
||
|
}
|
||
|
]
|
||
|
}
|