Compare commits

..

No commits in common. "custom" and "renovate/casbin-casdoor-1.x" have entirely different histories.

12 changed files with 9 additions and 4 deletions

View File

@ -80,8 +80,13 @@
"allowedVersions": "/^4\\.8\\.\\d+\\.\\d+$/"
},
{
"matchPackageNames": ["photoprism/photoprism"],
"versioning": "regex:^(\\d{2})(\\d{2})(\\d{2})$"
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"photoprism/photoprism"
],
"versioning": "loose"
}
],
"prCreation": "immediate"

View File

@ -4,7 +4,7 @@ networks:
services:
ghost:
image: ghost:5.90.0
image: ghost:5.89.6
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@ -4,7 +4,7 @@ networks:
services:
nezha-dashboard:
image: ghcr.io/naiba/nezha-dashboard:v0.19.3
image: ghcr.io/naiba/nezha-dashboard:v0.19.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"