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