mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: renovate frigate regexp
This commit is contained in:
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@@ -122,7 +122,7 @@
|
||||
// custom version schemes
|
||||
{
|
||||
matchDatasources: ["docker"],
|
||||
versioning: "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+).*.(?<compatibility>.*)$",
|
||||
versioning: "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-amd64$",
|
||||
matchPackageNames: ["blakeblackshear/frigate"],
|
||||
},
|
||||
// custom version schemes
|
||||
|
Reference in New Issue
Block a user