diff --git a/renovate.json b/renovate.json index de5308eb..9195b318 100644 --- a/renovate.json +++ b/renovate.json @@ -152,6 +152,19 @@ "packageNameTemplate": "chipsalliance/verible", "datasourceTemplate": "github-releases", "versioningTemplate": "loose" + }, + { + "customType": "regex", + "fileMatch": [ + "whitespace/info.yaml" + ], + "matchStrings": [ + "^image: restyled/restyler-whitespace:(?.*?)\\n" + ], + "depNameTemplate": "whitespace", + "packageNameTemplate": "restyled-io/restyler-whitespace", + "datasourceTemplate": "github-tags", + "versioningTemplate": "pvp" } ] }