feat: add k3s to renovaterc
This commit is contained in:
parent
603cdbc52f
commit
a07a48fba6
2 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>infrastructure/renovate-config"],
|
||||
"regexManagers": [
|
||||
{
|
||||
"description": "k3s",
|
||||
"fileMatch": ["pb_install\\.yml"],
|
||||
"matchStrings": ["\\s+INSTALL_K3S_CHANNEL:\\s(?<currentValue>.*)"],
|
||||
"depNameTemplate": "k3s-io/k3s",
|
||||
"datasourceTemplate": "github-releases"
|
||||
},
|
||||
{
|
||||
"description": "ArgoCD",
|
||||
"fileMatch": ["argocd-init\\.yml$"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue