Skip to content

Commit

Permalink
Merge pull request #51 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 8, 2024
2 parents c5fbd03 + dc22a67 commit 52777fb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.115.0
rev: 37.126.2
hooks:
- id: renovate-config-validator
- repo: https://github.com/antonbabenko/pre-commit-terraform
Expand Down
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.42.0"
version = "5.43.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.6.0"
version = "16.7.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/gitlab-runners/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
gitlab = {
source = "gitlabhq/gitlab"
version = "16.6.0"
version = "16.7.0"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion modules/oidc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "5.42.0"
version = "5.43.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.42.0"
version = "5.43.0"
}
}
}

0 comments on commit 52777fb

Please sign in to comment.