fix regex
This commit is contained in:
parent
b0feb2ca82
commit
1e14290012
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"host-.*\\.yml",
|
||||
"host_vars/.*/vars\\.yml"
|
||||
"(^|/|\\.)host-.*\\.yml$",
|
||||
"^host_vars/.*/vars\\.yml$"
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker",
|
||||
|
|
Loading…
Reference in a new issue