Skip to content

Commit 504d731

Browse files
author
mafyuh
committedNov 3, 2024
Update .github/renovate.json
1 parent ccf55ae commit 504d731

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/renovate.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
1717
"currentValueTemplate": "{{{ currentValue }}}"
1818
},
1919
{
20-
"description": "Process Terraform files",
20+
"description": "Process Terraform modules",
2121
"fileMatch": [
2222
"terraform/.+\\.tf$"
2323
],
2424
"matchStrings": [
25-
"source\\s*=\\s*\"(?<depName>[^\"]+):(?!/)\\S+@(?<currentValue>\\S+)\""
25+
"source\\s*=\\s*\"(?<depName>[^@]+)@(?<currentValue>\\S+)\""
2626
],
2727
"datasourceTemplate": "terraform",
28+
"versioningTemplate": "semver",
2829
"currentValueTemplate": "{{{ currentValue }}}"
2930
}
3031
]

0 commit comments

Comments
 (0)
Please sign in to comment.