seafile-containerized/.github/renovate.json

15 lines
251 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-01-17 09:43:47 +00:00
],
"kubernetes": {
"fileMatch": ["k8s/.+\\.yaml$"]
}
2023-10-19 08:17:51 +00:00
}