diff --git a/renovate.json b/renovate.json index f60054b..45d3818 100644 --- a/renovate.json +++ b/renovate.json @@ -41,6 +41,16 @@ "renovate:\\s+datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+ARG\\s+.*_VERSION=(?.*)\\s" ], "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" + }, + { + "fileMatch": [ + "^tekton/.*/kustomization.yaml$" + ], + "matchStrings": [ + "https:\\/\\/github.com\\/(?[^/]+\\/[^/]+?)\\/releases\\/download\\/(?[^/]+)\\/.*" + ], + "datasourceTemplate": "github-releases" } + ] }