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": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"host-*.yml",
|
"^host-.*.yml$",
|
||||||
"host_vars/*/vars.yml"
|
"^host_vars/.*/vars.yml$"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
"versioningTemplate": "docker",
|
"versioningTemplate": "docker",
|
||||||
|
|
Loading…
Reference in a new issue