mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
12 lines
192 B
JSON
12 lines
192 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"separateMajorMinor": true,
|
|
"packageRules": [
|
|
{
|
|
"datasources": ["docker"],
|
|
"packageNames": ["ubuntu"],
|
|
"pinDigests": true
|
|
}
|
|
]
|
|
}
|