File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed
Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" github>sparkfabrik/renovatebot-default-configuration" ],
4- "customManagers" : [
5- {
6- "customType" : " regex" ,
7- "fileMatch" : [" Makefile" ],
8- "matchStrings" : [" TERRAFORM_DOCS_VERSION \\ ?= (?<currentValue>.*?)\n " ],
9- "depNameTemplate" : " terraform_docs_makefile" ,
10- "versioningTemplate" : " semver-coerced" ,
11- "datasourceTemplate" : " custom.terraform_docs_makefile"
12- }
13- ],
14- "customDatasources" : {
15- "terraform_docs_makefile" : {
16- "defaultRegistryUrlTemplate" : " https://quay.io/api/v1/repository/terraform-docs/terraform-docs/tag/" ,
17- "transformTemplates" : [
18- " { \" releases\" : $map($.tags, function($v) { { \" version\" : $v.name } }) }"
19- ]
20- }
21- }
3+ "extends" : [
4+ " github>sparkfabrik/renovatebot-default-configuration" ,
5+ " github>sparkfabrik/renovatebot-default-configuration//custom/terraform_docs"
6+ ]
227}
You can’t perform that action at this time.
0 commit comments