Skip to content

Commit

Permalink
Merge pull request #24 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 2, 2023
2 parents 382ba2e + d7329c1 commit d644aae
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ repos:
- id: check-json
- id: check-yaml
- repo: https://github.com/markdownlint/markdownlint
rev: v0.12.0
rev: v0.13.0
hooks:
- id: markdownlint
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 36.107.1
rev: 37.2.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/antonbabenko/pre-commit-terraform
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.17.0"
version = "5.19.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.38.0"
version = "5.39.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/gitlab-runners/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module "vpc_endpoints" {

module "runner-instance-1" {
source = "cattle-ops/gitlab-runner/aws"
version = "7.0.0"
version = "7.1.0"

environment = var.environment

Expand Down Expand Up @@ -150,7 +150,7 @@ module "runner-instance-1" {

module "runner-instance-2" {
source = "cattle-ops/gitlab-runner/aws"
version = "7.0.0"
version = "7.1.0"

environment = var.environment

Expand Down
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.17.0"
version = "5.19.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.17.0"
version = "5.19.0"
}
http = {
source = "hashicorp/http"
Expand All @@ -14,7 +14,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "5.38.0"
version = "5.39.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.38.0"
version = "5.39.0"
}
}
}

0 comments on commit d644aae

Please sign in to comment.