No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
renovate.json
|
|
@ -17,7 +17,8 @@ |
|
|
{ |
|
|
{ |
|
|
"matchDatasources": ["docker"], |
|
|
"matchDatasources": ["docker"], |
|
|
"matchPackageNames": ["quay.io/centos/centos"], |
|
|
"matchPackageNames": ["quay.io/centos/centos"], |
|
|
"versioning": "regex:^stream-(?<major>\\d+)$" |
|
|
"versioning": "regex:^stream(?<major>\\d+)$", |
|
|
|
|
|
"extractVersion": "^stream(?<version>\\d+)$" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"regexManagers": [ |
|
|
"regexManagers": [ |
|
|
|