Skip to content

Commit 3bd9837

Browse files
authored
feat: dependency update (#46)
Should trigger renovate to update consul and nomad default versions for the development environment. Marked as feature to trigger releaser-pleaser.
1 parent 87ffc1c commit 3bd9837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ variable "name" {
66

77
variable "consul_version" {
88
description = "Consul version used for the environment"
9-
default = "1.20.1"
9+
default = "1.20.1" # renovate: datasource=github-releases depName=hashicorp/consul extractVersion=v(?<version>.+)
1010
}
1111

1212
variable "nomad_version" {
1313
description = "Nomad version used for the environment"
14-
default = "1.9.3"
14+
default = "1.9.3" # renovate: datasource=github-releases depName=hashicorp/nomad extractVersion=v(?<version>.+)
1515
}
1616

1717
variable "worker_count" {

0 commit comments

Comments
 (0)