Skip to content

Commit

Permalink
fix: set linuxserver images semver compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggash committed Apr 19, 2024
1 parent aa1c6f4 commit 261e7b2
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],

"packageRules": [
{
{
"description": "Group bedrock-connect updates",
"groupName": "Bedrock-Connect",
"matchDatasources": ["docker", "github-tags"],
Expand All @@ -38,7 +38,7 @@
},
},

{
{
"description": "Group immich updates",
"groupName": "Immich",
"matchDatasources": ["docker", "github-tags"],
Expand All @@ -56,7 +56,7 @@
matchPackageNames: ["eclipse-temurin"],
allowedVersions: "<=11.*"
},
{
{
description: "Only update digest for Postgres and redis on Immich",
matchManagers: ["docker-compose"],
matchDatasources: ["docker"],
Expand All @@ -69,18 +69,25 @@
},

{
"description": "Fix minio weird tag versionning",
"description": "Set minio semver compatible",
"packagePatterns": ["^minio"],
"versioning": "regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
},

{
"description": "Set azure-rest-api versioning",
{
"description": "Set time based azure-rest-api versioning",
"matchDatasources": ["docker"],
"versioning": "azure-rest-api",
"matchPackagePatterns": ["lldap/lldap"]
},

{
"description": "Set Linuxserver semver compatible",
"packagePatterns": ["linuxserver\\/*"],
"versionCompatibility": "^(?<compatibility>version)-(?<version>.*)$",
"versioning": "semver"
},

{
"description": "Loose versioning for non-semver packages",
"matchDatasources": ["docker"],
Expand Down

0 comments on commit 261e7b2

Please sign in to comment.