renovate: add automated seafile update

This commit is contained in:
Gerrit Gogel 2024-02-17 12:55:37 +01:00
parent 99b950b197
commit efc15e5216

16
.github/renovate.json vendored
View file

@ -6,9 +6,23 @@
"datasources": ["docker"],
"packageNames": ["ubuntu"],
"pinDigests": true
},
{
"packageNames": ["haiwen/seahub"],
"commitMessageTopic": "Seafile"
}
],
"kubernetes": {
"fileMatch": ["k8s/.+\\.yaml$"]
}
},
"customManagers": [
{
"customType": "regex",
"fileMatch": [".*Dockerfile$"],
"matchStrings": ["ENV SEAFILE_VERSION=(?<currentValue>.*?)\\n"],
"depNameTemplate": "haiwen/seahub",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v(?<version>.*)-server$"
}
]
}