Skip to content

Commit

Permalink
Merge pull request #52 from platform-engineering-org/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
gnaponie authored Jan 15, 2024
2 parents 52777fb + 299f6a4 commit 9a88e17
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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.126.2
rev: 37.131.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.31.0"
version = "5.32.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/artifactory/provision/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
collections:
- name: amazon.aws
version: 7.1.0
version: 7.2.0
type: galaxy
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.31.0"
version = "5.32.1"
}
}
}
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.43.0"
version = "5.44.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/gitlab-runners/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data "aws_security_group" "default" {
# kics-scan ignore-line
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.4.0"
version = "5.5.1"

name = "vpc-${var.environment}"
cidr = "10.0.0.0/16"
Expand All @@ -33,7 +33,7 @@ module "vpc" {

module "vpc_endpoints" {
source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
version = "5.4.0"
version = "5.5.1"

vpc_id = module.vpc.vpc_id

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.31.0"
version = "5.32.1"
}
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.31.0"
version = "5.32.1"
}
http = {
source = "hashicorp/http"
Expand All @@ -14,7 +14,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "5.43.0"
version = "5.44.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.43.0"
version = "5.44.0"
}
}
}

0 comments on commit 9a88e17

Please sign in to comment.