fix filelookup for renovatebot
This commit is contained in:
parent
a0bd8dd4c5
commit
fad2f4ee3a
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