You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"group:allNonMajor",
|
|
"group:allDigest",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodUpdateImportPaths",
|
|
"gomodTidy"
|
|
]
|
|
}
|