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:
parent
43a9b4a677
commit
07bbc8debf
3 changed files with 11 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue