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 }}}"
|
"currentValueTemplate": "{{{ currentValue }}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Process Terraform files",
|
"description": "Process Terraform modules",
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"terraform/.+\\.tf$"
|
"terraform/.+\\.tf$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"source\\s*=\\s*\"(?<depName>[^\"]+):(?!/)\\S+@(?<currentValue>\\S+)\""
|
"source\\s*=\\s*\"(?<depName>[^@]+)@(?<currentValue>\\S+)\""
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "terraform",
|
"datasourceTemplate": "terraform",
|
||||||
|
"versioningTemplate": "semver",
|
||||||
"currentValueTemplate": "{{{ currentValue }}}"
|
"currentValueTemplate": "{{{ currentValue }}}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue