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.15.62 |
| github-tags     | eksctl-io/eksctl              | 0.179.0 | 0.180.0 |
| github-releases | gotestyourself/gotestsum      | v1.11.0 | v1.12.0 |
| github-tags     | terraform-docs/terraform-docs | 0.17.0  | 0.18.0  |
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent 599fae5 commit 80777ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# 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.15.62

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

golang 1.22.3

Expand All @@ -28,7 +28,7 @@ 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 80777ef

Please sign in to comment.