Pin gomplate to v5.0.0 in CI, add Renovate regex manager
continuous-integration/drone/pr Build is failing

- .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:21:12 +01:00
parent 7003ea85ce
commit cc09c6cb79
2 changed files with 10 additions and 3 deletions
+2 -3
View File
@@ -8,9 +8,8 @@ steps:
environment:
SHELLCHECK_OPTS: -s bash
commands:
- apk add --no-cache bash shellcheck py3-pip py3-yaml curl
- pip3 install --break-system-packages yamllint 2>/dev/null || true
- curl -sSLo /usr/local/bin/gomplate https://github.com/hairyhenderson/gomplate/releases/latest/download/gomplate_linux-amd64
- apk add --no-cache bash shellcheck py3-yaml curl
- curl -sSLo /usr/local/bin/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v5.0.0/gomplate_linux-amd64
- chmod +x /usr/local/bin/gomplate
- tests/run.sh
+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": [