Skip to content

Commit

Permalink
chore(deps): update mono-update-renovate
Browse files Browse the repository at this point in the history
| datasource      | package                       | from    | to      |
| --------------- | ----------------------------- | ------- | ------- |
| github-tags     | aws/aws-cli                   | 2.15.58 | 2.16.0  |
| github-tags     | eksctl-io/eksctl              | 0.179.0 | 0.180.0 |
| github-releases | gotestyourself/gotestsum      | v1.11.0 | v1.12.0 |
| github-releases | opentofu/opentofu             | 1.7.1   | 1.7.2   |
| github-tags     | terraform-docs/terraform-docs | 0.17.0  | 0.18.0  |
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 38a3ea9 commit 2ec8162
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
# 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.58
awscli 2.16.0

# renovate: datasource=github-tags depName=eksctl-io/eksctl
eksctl 0.179.0
eksctl 0.180.0

golang 1.22.3

just 1.27.0

opentofu 1.7.1
opentofu 1.7.2

pre-commit 3.7.1

terraform 1.8.4

terraform-docs 0.17.0
terraform-docs 0.18.0

tflint 0.51.1

Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# this file is a recipe file for the project

# renovate: datasource=github-releases depName=gotestyourself/gotestsum
gotestsum_version := "v1.11.0"
gotestsum_version := "v1.12.0"

# Launch a single test using go test in verbose mode
test-verbose testname: install-tests-go-mod
Expand Down

0 comments on commit 2ec8162

Please sign in to comment.