renovate: match file compose jinja2 templates (.j2) as well
Some checks failed
/ Ansible Lint (push) Failing after 52s
Some checks failed
/ Ansible Lint (push) Failing after 52s
This commit is contained in:
parent
f842723e9a
commit
282e82728b
1 changed files with 6 additions and 1 deletions
|
|
@ -19,5 +19,10 @@
|
||||||
"patch"
|
"patch"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"docker-compose": {
|
||||||
|
"managerFilePatterns": [
|
||||||
|
"/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue