Merge pull request 'fix filelookup for renovatebot' (!163) from fix-renovate-filematch into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/163
This commit is contained in:
commit
2cee8e42ca
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