diff --git a/00-main.tf b/00-main.tf index 8c3942d..c05ea3e 100644 --- a/00-main.tf +++ b/00-main.tf @@ -44,8 +44,7 @@ locals { } module "vault" { - # renovate: datasource=git-refs depName=terraform-vault-cloudrun branch=main - source = "git::https://github.com/libops/terraform-vault-cloudrun?ref=baf086deaabe421a50ab5337f260bb2662c376f9" + source = "git::https://github.com/libops/terraform-vault-cloudrun?ref=0.0.1" providers = { docker = docker google = google diff --git a/renovate.json5 b/renovate.json5 index d38918b..88f75e6 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -37,18 +37,6 @@ ], }, ], - customManagers: [ - { - customType: 'regex', - description: 'Update git ref SHAs in terraform modules', - fileMatch: [ - '^.*\\.tf$', - ], - matchStrings: [ - '\\s+# renovate: datasource=(?[a-z-]+?) depName=(?.+?) branch=(?.+?)\\s+source = \\"git::(?.+?)\\?ref=(?.+?)\\"$' - ], - }, - ], labels: [ 'dependencies', ], @@ -58,4 +46,3 @@ enabled: true, }, } -