diff --git a/.github/renovate.json b/.github/renovate.json index 06683733..ae03b746 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -18,6 +18,15 @@ ], "datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}github-releases{{/if}}", "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" + }, + { + "fileMatch": [ + "Makefile" + ], + "matchStrings": [ + "https:\/\/github.com\/(?.*)\/releases\/download\/(?.*)\/.*.yaml" + ], + "datasourceTemplate": "github-release-attachments" } ] }