2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

ci: update

This commit is contained in:
耗子
2023-08-08 02:00:30 +08:00
parent 9b3b76d1d0
commit 30fded4552

View File

@@ -1,6 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:base"
],
"labels": [
"🤖 Dependencies"
],
"commitMessagePrefix": "chore(deps): ",
"customEnvVariables": {
"GOPROXY": "https://goproxy.cn,direct"
},
"postUpdateOptions": [
"gomodTidy"
]
}