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+$/" "allowedVersions": "/^4\\.8\\.\\d+\\.\\d+$/"
}, },
{ {
"matchPackageNames": ["photoprism/photoprism"], "matchDatasources": [
"versioning": "regex:^(\\d{2})(\\d{2})(\\d{2})$" "docker"
],
"matchPackageNames": [
"photoprism/photoprism"
],
"versioning": "loose"
} }
], ],
"prCreation": "immediate" "prCreation": "immediate"

View File

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

View File

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