Skip to content

Commit

Permalink
Merge pull request #54 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 Jan 22, 2024
2 parents aad39a7 + af7eb59 commit 0ee0e33
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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.131.0
rev: 37.141.0
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.32.1"
version = "5.33.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.32.1"
version = "5.33.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.44.0"
version = "5.45.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/gitlab-permissions/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
gitlab = {
source = "gitlabhq/gitlab"
version = "16.7.0"
version = "16.8.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/gitlab-runners/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.32.1"
version = "5.33.0"
}
gitlab = {
source = "gitlabhq/gitlab"
version = "16.7.0"
version = "16.8.0"
}
local = {
source = "hashicorp/local"
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.32.1"
version = "5.33.0"
}
http = {
source = "hashicorp/http"
Expand All @@ -14,7 +14,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "5.44.0"
version = "5.45.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.44.0"
version = "5.45.0"
}
}
}

0 comments on commit 0ee0e33

Please sign in to comment.