Update renovate.json to deal with repositories

Signed-off-by: Itxaka <itxakaserrano@gmail.com>
This commit is contained in:
Itxaka 2024-06-17 11:45:34 +02:00 committed by GitHub
parent 9cd36189cd
commit a06f226c7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,25 @@
{
"matchUpdateTypes": ["patch"],
"automerge": true
},
{
"groupName": "repositories",
"matchPackagePatterns": ["^quay.io/kairos/packages*"]
},
{
"matchPackagePatterns": ["^quay.io/kairos/packages*"],
"versioning": "regex:^(?<major>\\d{14})(?<compatibility>-repository\\.yaml)"
}
],
"regexManagers": [
{
"fileMatch": [
"^luet-amd64.yaml$",
"^luet-arm64.yaml$",
],
"matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)?\\s+reference:\\s(?<currentValue>.*?)\\s"
]
}
]
}