mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-17 00:31:09 +00:00
Update renovate.json to deal with repositories
Signed-off-by: Itxaka <itxakaserrano@gmail.com>
This commit is contained in:
parent
9cd36189cd
commit
a06f226c7b
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user