Pin gomplate to v5.0.0 in CI, add Renovate regex manager
- .drone.yml: pin gomplate to v5.0.0, remove redundant pip yamllint install - renovate.json: add github-releases regex manager for hairyhenderson/gomplate
This commit is contained in:
@@ -12,6 +12,14 @@
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"lookupNameTemplate": "{{{packageName}}}"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["(^|/)\\.drone\\.yml$"],
|
||||
"matchStrings": [
|
||||
"gomplate/releases/download/v(?<currentValue>[\\d.]+)/gomplate_linux-amd64"
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"lookupNameTemplate": "hairyhenderson/gomplate"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
|
||||
Reference in New Issue
Block a user