Browse Source

Update renovate.json

renovate/configure
Nicolas Massé 3 years ago
committed by GitHub
parent
commit
2a809c3961
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      renovate.json

8
renovate.json

@ -13,6 +13,14 @@
"registryAliases": { "registryAliases": {
"nextcloud": "https://nextcloud.github.io/helm/" "nextcloud": "https://nextcloud.github.io/helm/"
}, },
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["quay.io/centos/centos"],
"versioning": "regex:^stream-(?<major>\\d+)$",
"extractVersion": "^stream-(?<version>\\d+)$"
}
],
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": [ "fileMatch": [

Loading…
Cancel
Save