mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
29 lines
696 B
JSON
29 lines
696 B
JSON
{
|
|
"extends": ["config:base", ":semanticCommitsDisabled"],
|
|
"separateMajorMinor": true,
|
|
"packageRules": [
|
|
{
|
|
"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$"
|
|
}
|
|
]
|
|
}
|