mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
renovate: add automated seafile update
This commit is contained in:
parent
99b950b197
commit
efc15e5216
16
.github/renovate.json
vendored
16
.github/renovate.json
vendored
|
@ -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$"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue