Update renovate.json

This commit is contained in:
Gerrit Gogel 2023-09-09 12:45:59 +02:00 committed by GitHub
parent 9ae64a49e7
commit 7359377974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
],
"regexManagers": [
{
"fileMatch": ["^.*Dockerfile$"],
"fileMatch": ["^/seafile-server/Dockerfile$"],
"matchStrings": ["^FROM (?<depName>ubuntu):(?<currentValue>[a-zA-Z]+)-(?<build>\\d+)"],
"depNameTemplate": "{{depName}}",
"datasourceTemplate": "docker"