diff --git a/renovate.json b/renovate.json index 742d168e7..a4b61c6b4 100644 --- a/renovate.json +++ b/renovate.json @@ -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: (?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: \"(?v?\\d+\\.\\d+\\.\\d+)\"" @@ -86,9 +86,9 @@ "description": "Versioning for LinuxServer images", "versioning": "regex:^v?(?\\d+)\\.(?\\d+)\\.(?\\d+)-ls(?\\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}}}"