Skip to content

Commit

Permalink
Merge pull request #30 from platform-engineering-org/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
lmilbaum authored Oct 9, 2023
2 parents 1b8cf39 + 4265ba3 commit 50b809f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -31,7 +31,7 @@ repos:
- id: markdownlint
args: [-s, .markdownlint.rb]
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 37.2.0
rev: 37.8.1
hooks:
- id: renovate-config-validator
- repo: https://github.com/antonbabenko/pre-commit-terraform
Expand Down
2 changes: 1 addition & 1 deletion modules/artifactory/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.19.0"
version = "5.20.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/audit/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.19.0"
version = "5.20.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/gitlab-runners/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.19.0"
version = "5.20.0"
}
gitlab = {
source = "gitlabhq/gitlab"
Expand Down
2 changes: 1 addition & 1 deletion modules/oidc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.19.0"
version = "5.20.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 50b809f

Please sign in to comment.