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:
2026-06-02 23:36:19 +01:00
parent bc54e86ff5
commit 2f1b9a2262
2 changed files with 10 additions and 3 deletions
+8
View File
@@ -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": [