Update renovate.json
This commit is contained in:
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
@@ -81,7 +81,7 @@
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["photoprism/photoprism"],
|
||||
"versioning": "regex:^(\\d{2})(\\d{2})(\\d{2})$"
|
||||
"versioning": "regex:^(?<major>\\d{2})(?<minor>\\d{2})(?<patch>\\d{2})$"
|
||||
}
|
||||
],
|
||||
"prCreation": "immediate"
|
||||
|
||||
Reference in New Issue
Block a user