chore(config): migrate Renovate config #5143
@@ -75,12 +75,12 @@
|
||||
},
|
||||
{
|
||||
"description": "Versioning for LinuxServer images",
|
||||
"matchPackagePatterns": [
|
||||
"^linuxserver/",
|
||||
"^ghcr.io/linuxserver/",
|
||||
"^lscr.io/linuxserver/"
|
||||
],
|
||||
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<revision>\\d+)$"
|
||||
"versioning": "regex:^v?(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)-ls(?<revision>\d+)$",
|
||||
"matchPackageNames": [
|
||||
"/^linuxserver//",
|
||||
"/^ghcr.io/linuxserver//",
|
||||
"/^lscr.io/linuxserver//"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Label by datasource",
|
||||
@@ -158,10 +158,10 @@
|
||||
},
|
||||
{
|
||||
"description": "Group apps by their keyword",
|
||||
"groupName": "{{{replace '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr).*$' '$1' depName}}}",
|
||||
"groupName": "{{{replace '^.*(dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd).*$' '$1' depName}}}",
|
||||
"groupSlug": "unified-{{{groupName}}}",
|
||||
"matchPackageNames": [
|
||||
"/(^|/)(?<appName>dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr)/"
|
||||
"/(^|/)(?<appName>dawarich|komodo|immich|home-assistant|element-web|cilium|tdarr|argo-cd)/"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user