chore: fix Dockerfile FROM quotes, gitlabci image quotes, add TINI_VERSION regex manager
Docker Build and Push / build (pull_request) Failing after 1m5s
Docker Build and Push / build (pull_request) Failing after 1m5s
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"gitlabci": {
|
||||
"enabled": true
|
||||
},
|
||||
"regexManagers": [
|
||||
{
|
||||
"description": "Track Tini version from ENV-based ADD download URL",
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"TINI_VERSION\\s+\"(?<currentValue>[^\"]+)\""
|
||||
],
|
||||
"depNameTemplate": "krallin/tini",
|
||||
"datasourceTemplate": "github-releases",
|
||||
"versioningTemplate": "semver"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user