Update renovate.json

This commit is contained in:
新疆萌森软件开发工作室 2024-08-24 13:07:03 +08:00 committed by GitHub
parent 30703e34ab
commit ba2277326b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,11 @@
},
{
"matchPackageNames": ["photoprism/photoprism"],
"versioning": "regex:^\\d{6}$"
"versioning": {
"type": "regex",
"regex": "^(\\d{2})(\\d{2})(\\d{2})$",
"labels": ["major", "minor", "patch"]
}
}
],
"prCreation": "immediate"