seafile-containerized/.github/renovate.json

12 lines
192 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
}
]
}