fix regex
This commit is contained in:
parent
0fcd3c956d
commit
d87989300a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^host_test.yml$",
|
"^host-.*.yml$",
|
||||||
"^host_vars/.*/vars.yml$"
|
"^host_vars/.*/vars.yml$"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
|
|
Loading…
Reference in a new issue