Update renovate.json

This commit is contained in:
2024-08-24 13:07:03 +08:00
committed by GitHub
parent 30703e34ab
commit ba2277326b
+5 -1
View File
@@ -81,7 +81,11 @@
}, },
{ {
"matchPackageNames": ["photoprism/photoprism"], "matchPackageNames": ["photoprism/photoprism"],
"versioning": "regex:^\\d{6}$" "versioning": {
"type": "regex",
"regex": "^(\\d{2})(\\d{2})(\\d{2})$",
"labels": ["major", "minor", "patch"]
}
} }
], ],
"prCreation": "immediate" "prCreation": "immediate"