No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
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": [ |
|
|
|