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