chore: yaml
This commit is contained in:
parent
6f1c744af8
commit
de69d21f52
1 changed files with 16 additions and 1 deletions
17
default.json
17
default.json
|
@ -38,6 +38,21 @@
|
|||
],
|
||||
"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",
|
||||
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
"fileMatch": ["\\.yaml$"],
|
||||
"matchStrings": [
|
||||
"image:\\s+repository:\\s+(?<depName>.*?)\\s+tag:\\s+(?:'|\")?(?<currentValue>[\\w\\.-]*)(?:'|\")?"
|
||||
],
|
||||
"versioning": "docker"
|
||||
}
|
||||
]
|
||||
],
|
||||
"argocd": {
|
||||
"fileMatch": ["apps/.+\\.yaml$"]
|
||||
},
|
||||
"kubernetes": {
|
||||
"fileMatch": ["\\.yaml$"]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue