mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: update renovate filters
This commit is contained in:
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@@ -126,6 +126,12 @@
|
||||
matchPackageNames: ["blakeblackshear/frigate"],
|
||||
},
|
||||
// custom version schemes
|
||||
{
|
||||
matchDatasources: ["docker"],
|
||||
versioning: "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-beta$",
|
||||
matchPackageNames: ["joplin/server"],
|
||||
},
|
||||
// custom version schemes
|
||||
{
|
||||
matchDatasources: ["docker"],
|
||||
versioning: "regex:^version-v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
||||
|
Reference in New Issue
Block a user