Skip to content

Commit

Permalink
Merge pull request #12 from sparkfabrik/feat/upgrade_renovate_configu…
Browse files Browse the repository at this point in the history
…ration

feat: upgrade renovate configuration
  • Loading branch information
Monska85 authored Nov 26, 2024
2 parents bcd0855 + a091784 commit 682770d
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>sparkfabrik/renovatebot-default-configuration"],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["Makefile"],
"matchStrings": ["TERRAFORM_DOCS_VERSION \\?= (?<currentValue>.*?)\n"],
"depNameTemplate": "terraform_docs_makefile",
"versioningTemplate": "semver-coerced",
"datasourceTemplate": "custom.terraform_docs_makefile"
}
],
"customDatasources": {
"terraform_docs_makefile": {
"defaultRegistryUrlTemplate": "https://quay.io/api/v1/repository/terraform-docs/terraform-docs/tag/",
"transformTemplates": [
"{ \"releases\": $map($.tags, function($v) { { \"version\": $v.name } }) }"
]
}
}
"extends": [
"github>sparkfabrik/renovatebot-default-configuration",
"github>sparkfabrik/renovatebot-default-configuration//custom/terraform_docs"
]
}

0 comments on commit 682770d

Please sign in to comment.