Skip to content

Commit

Permalink
Merge pull request #32 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 16, 2023
2 parents 0131266 + 0632e71 commit c002666
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: markdownlint
args: [-s, .markdownlint.rb]
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 37.8.1
rev: 37.20.2
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.20.0"
version = "5.21.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.20.0"
version = "5.21.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/github-automerge/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "5.39.0"
version = "5.40.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.20.0"
version = "5.21.0"
}
gitlab = {
source = "gitlabhq/gitlab"
Expand Down
4 changes: 2 additions & 2 deletions 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.20.0"
version = "5.21.0"
}
http = {
source = "hashicorp/http"
Expand All @@ -14,7 +14,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "5.39.0"
version = "5.40.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/renovate-runners/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "5.39.0"
version = "5.40.0"
}
}
}

0 comments on commit c002666

Please sign in to comment.