fix: replace deprecated matchPaths syntax

This commit is contained in:
Robert Kaussow 2022-12-20 20:58:25 +01:00
parent 8628270984
commit eab71245db
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"description": "Helper tools for docker base images",
"groupName": "docker helper tools",
"matchDatasources": ["github-releases"],
"matchPaths": ["Dockerfile"],
"matchPaths": ["Dockerfile*", "docker/Dockerfile*"],
"matchPackagePatterns": ["^hairyhenderson", "^aptible", "^thegeeklab"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true