Skip to content

Commit

Permalink
chore(deps): update minor-grouped (#21)
Browse files Browse the repository at this point in the history
| datasource      | package                           | from     | to       |
| --------------- | --------------------------------- | -------- | -------- |
| github-tags     | antonbabenko/pre-commit-terraform | v1.88.4  | v1.91.0  |
| github-tags     | aws/aws-cli                       | 2.15.42  | 2.16.10  |
| github-releases | casey/just                        | 1.25.2   | 1.29.1   |
| github-tags     | renovatebot/pre-commit-hooks      | 37.278.0 | 37.410.3 |
| github-tags     | rhysd/actionlint                  | v1.6.27  | v1.7.1   |
| github-tags     | terraform-docs/terraform-docs     | 0.17.0   | 0.18.0   |
| github-tags     | terraform-linters/tflint          | 0.50.3   | 0.51.1   |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent 701fac4 commit 6985c07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ repos:
- id: detect-private-key

- repo: https://github.com/rhysd/actionlint
rev: v1.6.27
rev: v1.7.1
hooks:
- id: actionlint-docker

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

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.88.4
rev: v1.91.0
hooks:
- id: terraform_fmt
- id: terraform_tflint
Expand Down
8 changes: 4 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
# check it with
# diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly"

awscli 2.15.42
awscli 2.16.10

golang 1.22.4

just 1.25.2
just 1.29.1

pre-commit 3.7.1

terraform 1.8.5

terraform-docs 0.17.0
terraform-docs 0.18.0

tflint 0.50.3
tflint 0.51.1

tfsec 1.28.6

0 comments on commit 6985c07

Please sign in to comment.