2023-10-19 08:17:51 +00:00
|
|
|
{
|
2024-02-17 12:12:36 +00:00
|
|
|
"extends": ["config:base", ":semanticCommitsDisabled"],
|
2023-10-19 08:17:51 +00:00
|
|
|
"separateMajorMinor": true,
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"datasources": ["docker"],
|
|
|
|
"packageNames": ["ubuntu"],
|
|
|
|
"pinDigests": true
|
2024-02-17 11:55:37 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"packageNames": ["haiwen/seahub"],
|
|
|
|
"commitMessageTopic": "Seafile"
|
2023-10-19 08:17:51 +00:00
|
|
|
}
|
2024-01-17 09:43:47 +00:00
|
|
|
],
|
|
|
|
"kubernetes": {
|
|
|
|
"fileMatch": ["k8s/.+\\.yaml$"]
|
2024-02-17 11:55:37 +00:00
|
|
|
},
|
|
|
|
"customManagers": [
|
|
|
|
{
|
|
|
|
"customType": "regex",
|
|
|
|
"fileMatch": [".*Dockerfile$"],
|
|
|
|
"matchStrings": ["ENV SEAFILE_VERSION=(?<currentValue>.*?)\\n"],
|
|
|
|
"depNameTemplate": "haiwen/seahub",
|
|
|
|
"datasourceTemplate": "github-releases",
|
|
|
|
"extractVersionTemplate": "^v(?<version>.*)-server$"
|
|
|
|
}
|
2024-02-19 09:33:57 +00:00
|
|
|
],
|
|
|
|
"pip_requirements": {
|
|
|
|
"fileMatch": [".*Dockerfile$"]
|
|
|
|
}
|
2023-10-19 08:17:51 +00:00
|
|
|
}
|