mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 20:57:19 +08:00
17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"labels": [
|
|
"🤖 Dependencies"
|
|
],
|
|
"commitMessagePrefix": "chore(deps): ",
|
|
"customEnvVariables": {
|
|
"GOPROXY": "https://goproxy.cn,direct"
|
|
},
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
]
|
|
}
|