mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-17 16:51:19 +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"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"automerge": true
|
"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