From 504d731f7323bf11e664a6b5b3d475c1ca039c95 Mon Sep 17 00:00:00 2001 From: mafyuh Date: Sat, 2 Nov 2024 23:31:04 -0400 Subject: [PATCH] Update .github/renovate.json --- .github/renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 4241184..e83e16c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -17,14 +17,15 @@ "currentValueTemplate": "{{{ currentValue }}}" }, { - "description": "Process Terraform files", + "description": "Process Terraform modules", "fileMatch": [ "terraform/.+\\.tf$" ], "matchStrings": [ - "source\\s*=\\s*\"(?[^\"]+):(?!/)\\S+@(?\\S+)\"" + "source\\s*=\\s*\"(?[^@]+)@(?\\S+)\"" ], "datasourceTemplate": "terraform", + "versioningTemplate": "semver", "currentValueTemplate": "{{{ currentValue }}}" } ]