Update renovate.json

This commit is contained in:
Gerrit Gogel 2024-03-14 11:00:40 +01:00 committed by GitHub
parent a8bc3f0596
commit ed333262a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@
"fileMatch": [".*Dockerfile$"],
"matchStrings": ["ENV SEAFILE_VERSION=(?<currentValue>.*?)\\n"],
"depNameTemplate": "haiwen/seahub",
"datasourceTemplate": "github-releases",
"datasourceTemplate": "github-tags",
"extractVersionTemplate": "^v(?<version>.*)-server$"
}
],