seafile-containerized/.github/renovate.json

29 lines
668 B
JSON
Raw Normal View History

2023-10-19 08:17:51 +00:00
{
"extends": ["config:base"],
"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$"
}
]
2023-10-19 08:17:51 +00:00
}