Merge pull request 'Configure Renovate' (#12) from renovate/configure into master

This commit is contained in:
Tobias Brunner 2020-02-20 20:48:21 +00:00
commit 1053180846
1 changed files with 8 additions and 0 deletions

8
renovate.json Normal file
View File

@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["maintenance"],
"enabledManagers": ["kubernetes"],
"dockerfile": {
"fileMatch": ["\\deployment.yaml$"]
}
}