Skip to content

Commit 682770d

Browse files
authored
Merge pull request #12 from sparkfabrik/feat/upgrade_renovate_configuration
feat: upgrade renovate configuration
2 parents bcd0855 + a091784 commit 682770d

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

renovate.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
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
}

0 commit comments

Comments
 (0)