Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <itxakaserrano@gmail.com>
  • Loading branch information
Itxaka authored Jun 24, 2024
1 parent 37d0d02 commit 925f177
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,33 @@
],
"timezone": "Europe/Brussels",
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true
},
{
"groupName": "repositories",
"matchPackagePatterns": ["^quay.io/kairos/packages*"]
},
{
"matchPackagePatterns": ["^quay.io/kairos/packages*"],
"versioning": "regex:^(?<major>\\d{14})(?<compatibility>-repository\\.yaml)"
}
"versioning": "regex:^(?<major>\\d{12})-git(?<patch>[a-f0-9]{8})-repository\\.yaml$"
},
{
"enabled": true,
"matchDatasources": [
"docker"
],
{
"matchUpdateTypes": ["patch"],
"automerge": true
},
],
"regexManagers": [
"regexManagers": [
{
"fileMatch": [
"tools-image/luet-amd64.yaml$",
"tools-image/luet-arm64.yaml$",
"tools-image/luet-amd64.yaml$"
"tools-image/luet-arm64.yaml$"
],
"matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)?\\s+reference:\\s(?<currentValue>.*?)\\s"
]
}
]
]
}

0 comments on commit 925f177

Please sign in to comment.