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