Skip to content

Commit

Permalink
chore(deps): update minor-grouped
Browse files Browse the repository at this point in the history
| datasource     | package                      | from     | to       |
| -------------- | ---------------------------- | -------- | -------- |
| endoflife-date | red-hat-openshift            | 4.14.21  | 4.15.18  |
| github-tags    | renovatebot/pre-commit-hooks | 37.414.1 | 37.417.1 |
  • Loading branch information
renovate[bot] authored Jun 26, 2024
1 parent b2143c6 commit 5869ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: actionlint-docker

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.414.1
rev: 37.417.1
hooks:
- id: renovate-config-validator
args: ["--strict"]
Expand Down
2 changes: 1 addition & 1 deletion modules/rosa-hcp/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variable "openshift_version" {
type = string
description = "The version of ROSA to be deployed"
# renovate: datasource=endoflife-date depName=red-hat-openshift versioning=semver
default = "4.14.21"
default = "4.15.18"
validation {
condition = can(regex("^[0-9]*[0-9]+.[0-9]*[0-9]+.[0-9]*[0-9]+$", var.openshift_version))
error_message = "openshift_version must be with structure <major>.<minor>.<patch> (for example 4.13.6)."
Expand Down

0 comments on commit 5869ca6

Please sign in to comment.