This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"description": "Update Helm CLI version in GitHub Actions",
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": [
|
||||
"/^\\.github/workflows/.*\\.ya?ml$/"
|
||||
"^\\.github/workflows/.*\\.ya?ml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"uses: azure/setup-helm@v4[\\s\\S]*?version: (?<currentValue>v?\\d+\\.\\d+\\.\\d+)"
|
||||
@@ -55,7 +55,7 @@
|
||||
"description": "Update Kubeconform version in GitHub Actions env",
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": [
|
||||
"/^\\.github/workflows/.*\\.ya?ml$/"
|
||||
"^\\.github/workflows/.*\\.ya?ml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"KUBECONFORM_VERSION: \"(?<currentValue>v?\\d+\\.\\d+\\.\\d+)\""
|
||||
@@ -86,9 +86,9 @@
|
||||
"description": "Versioning for LinuxServer images",
|
||||
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<revision>\\d+)$",
|
||||
"matchPackagePatterns": [
|
||||
"/^linuxserver\\//",
|
||||
"/^ghcr\\.io/linuxserver\\//",
|
||||
"/^lscr\\.io/linuxserver\\//"
|
||||
"^linuxserver/",
|
||||
"^ghcr\\.io/linuxserver/",
|
||||
"^lscr\\.io/linuxserver/"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -99,8 +99,8 @@
|
||||
{
|
||||
"description": "Group for specific apps",
|
||||
"matchPackagePatterns": [
|
||||
"/(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik)/",
|
||||
"/^rook(-ceph|\\/rook|\\/ceph)/"
|
||||
"(^|/)(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik)",
|
||||
"^rook(-ceph|/rook|/ceph)"
|
||||
],
|
||||
"groupName": "{{{replace '^.*(argo-cd|bazarr|cilium|code-server|dawarich|element-web|home-assistant|immich|komodo|rook-ceph|tdarr|traefik).*$' '$1' depName}}}",
|
||||
"groupSlug": "unified-{{{groupName}}}"
|
||||
|
||||
Reference in New Issue
Block a user