Update renovate.json

This commit is contained in:
新疆萌森软件开发工作室 2024-08-24 14:32:41 +08:00 committed by GitHub
parent 9a144eb85f
commit 53f0bce348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,8 +85,11 @@
},
{
"fileMatch": ["^docker-compose.yml$"],
"matchStrings": ["image:\\s?ghcr\\.io/umami-software/umami:(?<version>[0-9]+\\.[0-9]+\\.[0-9]+)"],
"datasourceTemplate": "docker"
"matchStrings": [
"image:\\s?ghcr\\.io/umami-software/umami:[^\\s]+"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
],
"prCreation": "immediate"