Update .github/renovate.json
This commit is contained in:
parent
ccf55aeac7
commit
504d731f73
1 changed files with 3 additions and 2 deletions
5
.github/renovate.json
vendored
5
.github/renovate.json
vendored
|
@ -17,14 +17,15 @@
|
|||
"currentValueTemplate": "{{{ currentValue }}}"
|
||||
},
|
||||
{
|
||||
"description": "Process Terraform files",
|
||||
"description": "Process Terraform modules",
|
||||
"fileMatch": [
|
||||
"terraform/.+\\.tf$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"source\\s*=\\s*\"(?<depName>[^\"]+):(?!/)\\S+@(?<currentValue>\\S+)\""
|
||||
"source\\s*=\\s*\"(?<depName>[^@]+)@(?<currentValue>\\S+)\""
|
||||
],
|
||||
"datasourceTemplate": "terraform",
|
||||
"versioningTemplate": "semver",
|
||||
"currentValueTemplate": "{{{ currentValue }}}"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue