No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
0 deletions
-
renovate.json
|
|
|
@ -41,6 +41,16 @@ |
|
|
|
"renovate:\\s+datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+ARG\\s+.*_VERSION=(?<currentValue>.*)\\s" |
|
|
|
], |
|
|
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"fileMatch": [ |
|
|
|
"^tekton/.*/kustomization.yaml$" |
|
|
|
], |
|
|
|
"matchStrings": [ |
|
|
|
"https:\\/\\/github.com\\/(?<depName>[^/]+\\/[^/]+?)\\/releases\\/download\\/(?<currentValue>[^/]+)\\/.*" |
|
|
|
], |
|
|
|
"datasourceTemplate": "github-releases" |
|
|
|
} |
|
|
|
|
|
|
|
] |
|
|
|
} |
|
|
|
|