ci: use alpine for yamllint (#125)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/125
This commit is contained in:
Michael Kriese 2023-04-17 10:21:27 +00:00
parent 43a9b4a677
commit 07bbc8debf
3 changed files with 11 additions and 8 deletions

View file

@ -36,6 +36,7 @@
],
"regexManagers": [
{
"description": "Update forgeo version in chart",
"fileMatch": ["^Chart\\.yaml$"],
"matchStrings": ["appVersion: (?<currentValue>.+?)\\s"],
"depNameTemplate": "forgejo",
@ -43,6 +44,7 @@
"datasourceTemplate": "docker"
},
{
"description": "Update helm unittest plugin",
"fileMatch": ["^\\.woodpecker/[a-z-]+\\.yml$"],
"matchStrings": ["helm plugin install --version (?<currentValue>.+?) https://github.com/helm-unittest/helm-unittest\\s"],
"depNameTemplate": "helm-unittest",