No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
2 deletions
-
renovate.json
|
|
@ -12,6 +12,14 @@ |
|
|
}, |
|
|
}, |
|
|
"kubernetes": { |
|
|
"kubernetes": { |
|
|
"fileMatch": ["^tekton/[^/]*\\.yaml$"] |
|
|
"fileMatch": ["^tekton/[^/]*\\.yaml$"] |
|
|
} |
|
|
}, |
|
|
|
|
|
"regexManagers": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"fileMatch": ["^ansible/group_vars/all/versions.yaml$"], |
|
|
|
|
|
"matchStrings": [ |
|
|
|
|
|
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_version=(?<currentValue>.*)\\s" |
|
|
|
|
|
], |
|
|
|
|
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
} |
|
|
} |
|
|
|