Update dependency mikefarah/yq to v4.2.0 #10

Closed
renovator wants to merge 280 commits from renovate/mikefarah-yq-4.x into master
Showing only changes of commit 03c9c8401a - Show all commits

View File

@ -1,16 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"ignorePresets": [":prHourlyLimit2"],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
]
}
],
"droneci": {
"enabled": false
}
"extends": ["github>thegeeklab/renovate-presets:docker"]
}