Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into master
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
+3
-1
@@ -4,7 +4,9 @@
|
|||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "Detect s6-overlay release version in Dockerfile curl download",
|
"description": "Detect s6-overlay release version in Dockerfile curl download",
|
||||||
"fileMatch": ["^Dockerfile$"],
|
"managerFilePatterns": [
|
||||||
|
"/^Dockerfile$/"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"s6-overlay/releases/download/v(?<currentValue>[0-9.]+)/s6-overlay"
|
"s6-overlay/releases/download/v(?<currentValue>[0-9.]+)/s6-overlay"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user