Skip to content

Commit

Permalink
🔧 (renovate): Add rule for linuxserver.io images
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jan 10, 2023
1 parent 13d592f commit 44f5e0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
{
"matchPackageNames": ["pawelmalak/flame"],
"versioning": "regex:^(?<compatibility>.*)(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
},
{
"matchPackagePrefixes": ["ghcr.io/linuxserver/", "lscr.io/linuxserver/", "linuxserver/"],
"versioning": "regex:^(?<compatibility>.*?)-(?<major>[v\\d]+)\\.(?<minor>\\d+)(\\.(?<patch>[\\d.]+))?(?<build>-.*)?$"
}
]
}

0 comments on commit 44f5e0a

Please sign in to comment.