Skip to content

Commit

Permalink
start using tags instead
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Jan 20, 2025
1 parent 9e97c11 commit 1195373
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
3 changes: 1 addition & 2 deletions 00-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 0 additions & 13 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@
],
},
],
customManagers: [
{
customType: 'regex',
description: 'Update git ref SHAs in terraform modules',
fileMatch: [
'^.*\\.tf$',
],
matchStrings: [
'\\s+# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?) branch=(?<currentValue>.+?)\\s+source = \\"git::(?<packageName>.+?)\\?ref=(?<currentDigest>.+?)\\"$'
],
},
],
labels: [
'dependencies',
],
Expand All @@ -58,4 +46,3 @@
enabled: true,
},
}

0 comments on commit 1195373

Please sign in to comment.