From 1261d7039012d103fd24013c3b984fce8a84d19d Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 30 Jun 2022 11:37:50 +0200 Subject: [PATCH] docs(manager/regex): link to our Handlebars helpers (#16340) --- lib/modules/manager/regex/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/modules/manager/regex/readme.md b/lib/modules/manager/regex/readme.md index 8543a9685c..44086feed2 100644 --- a/lib/modules/manager/regex/readme.md +++ b/lib/modules/manager/regex/readme.md @@ -6,6 +6,9 @@ This manager is unique in Renovate in that: - Through the use of the `regexManagers` config, multiple "regex managers" can be created for the same repository - It can extract any `datasource` +We have [additional Handlebars helpers](https://docs.renovatebot.com/templates/#additional-handlebars-helpers) which help you perform common transformations on the regex manager's template fields. +Also read the documentation for the [`regexManagers` config option](https://docs.renovatebot.com/configuration-options/#regexmanagers). + ### Required Fields The first two required fields are `fileMatch` and `matchStrings`. -- GitLab