Skip to content

Commit 5585804

Browse files
authored
Merge pull request #13 from sparkfabrik/feat/upgrade_terraform_docs_using_renovate
feat: upgrade terraform docs using renovate
2 parents ffeb7b0 + 84b1e2e commit 5585804

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
- Upgrade terraform docs docker image using renovate.
12+
1113
## [0.9.0] - 2024-11-13
1214

1315
[Compare with previous version](https://github.com/sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent/compare/0.8.0...0.9.0)

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TERRAFORM_DOCS_VERSION ?= 0.18.0
1+
TERRAFORM_DOCS_IMAGE_TAG ?= 0.18.0
22

33
.PHONY: lint tfscan generate-docs
44

@@ -12,4 +12,4 @@ generate-docs: lint
1212
docker run --rm -u $$(id -u) \
1313
--volume "$(PWD):/terraform-docs" \
1414
-w /terraform-docs \
15-
quay.io/terraform-docs/terraform-docs:$(TERRAFORM_DOCS_VERSION) markdown table --config .terraform-docs.yml --output-file README.md --output-mode inject .
15+
quay.io/terraform-docs/terraform-docs:$(TERRAFORM_DOCS_IMAGE_TAG) markdown table --config .terraform-docs.yml --output-file README.md --output-mode inject .

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"github>sparkfabrik/renovatebot-default-configuration"
4+
"github>sparkfabrik/renovatebot-default-configuration",
5+
"github>sparkfabrik/renovatebot-default-configuration//custom/terraform_docs"
56
]
67
}

0 commit comments

Comments
 (0)