Update renovate.json

This commit is contained in:
新疆萌森软件开发工作室 2024-08-24 14:28:12 +08:00 committed by GitHub
parent 2ec7b3e795
commit 15f6c8de98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,9 +84,10 @@
"versioning": "regex:^(?<major>\\d{2})(?<minor>\\d{2})(?<patch>\\d{2})$"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/umami-software/umami"],
"versioning": "semver"
"fileMatch": ["^docker-compose.yml$"],
"matchStrings": ["image:\\s?ghcr\\.io/umami-software/umami:.+"],
"datasourceTemplate": "docker",
"extractVersionTemplate": "^${DATABASE_TYPE}-v(?<version>[0-9]+\\.[0-9]+\\.[0-9]+)$"
}
],
"prCreation": "immediate"