Skip to content

Commit

Permalink
chore(deps): update minor-grouped (#65)
Browse files Browse the repository at this point in the history
| datasource  | package                           | from    | to      |
| ----------- | --------------------------------- | ------- | ------- |
| github-tags | antonbabenko/pre-commit-terraform | v1.95.0 | v1.96.1 |
| github-tags | camunda/infraex-common-config     | 1.0.1   | 1.2.2   |
| github-tags | camunda/infraex-common-config     | 1.1.0   | 1.2.2   |
| github-tags | renovatebot/pre-commit-hooks      | 38.80.0 | 38.94.3 |
| github-tags | terraform-docs/terraform-docs     | 0.18.0  | 0.19.0  |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent dd5bc52 commit c737ed7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
lint:
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@029c5179173d1a31561827c078cdc2dee9faf8db # 1.1.0
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@102b2d46c2c3961ee04eb78fcf00f150d938422e # 1.2.2
secrets: inherit
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
repos:

- repo: https://github.com/camunda/infraex-common-config
rev: 1.0.1 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
rev: 1.2.2 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
hooks:
- id: update-action-readmes-docker

Expand All @@ -27,7 +27,7 @@ repos:
- id: actionlint-docker

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.80.0
rev: 38.94.3
hooks:
- id: renovate-config-validator
args: [--strict]
Expand All @@ -40,7 +40,7 @@ repos:
args: [--strict, --force-scope]

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.95.0
rev: v1.96.1
hooks:
- id: terraform_fmt
- id: terraform_tflint
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pre-commit 3.8.0

terraform 1.9.5

terraform-docs 0.18.0
terraform-docs 0.19.0

tflint 0.53.0

Expand Down

0 comments on commit c737ed7

Please sign in to comment.