mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 19:20:40 +00:00
fix: replace deprecated matchPaths syntax
This commit is contained in:
parent
8628270984
commit
eab71245db
@ -25,7 +25,7 @@
|
|||||||
"description": "Helper tools for docker base images",
|
"description": "Helper tools for docker base images",
|
||||||
"groupName": "docker helper tools",
|
"groupName": "docker helper tools",
|
||||||
"matchDatasources": ["github-releases"],
|
"matchDatasources": ["github-releases"],
|
||||||
"matchPaths": ["Dockerfile"],
|
"matchPaths": ["Dockerfile*", "docker/Dockerfile*"],
|
||||||
"matchPackagePatterns": ["^hairyhenderson", "^aptible", "^thegeeklab"],
|
"matchPackagePatterns": ["^hairyhenderson", "^aptible", "^thegeeklab"],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
|
Loading…
Reference in New Issue
Block a user