Merge branch 'main' of https://git.mafyuh.dev/mafyuh/iac
This commit is contained in:
commit
59fbae9d95
1 changed files with 3 additions and 1 deletions
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
@ -10,7 +10,9 @@
|
|||
"description": "Process files",
|
||||
"fileMatch": [
|
||||
"docker/.+\\.y?ml$",
|
||||
"terraform/.+\\tf.$"
|
||||
"terraform/.+\\tf.$",
|
||||
"kubernetes/.+\\.ya?ml$",
|
||||
"packer/.+\\.hcl$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>\\S+))?\n.*?\"(?<currentValue>.*)\"\n"
|
||||
|
|
Reference in a new issue