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

feat: hello AcePanel

This commit is contained in:
2025-08-22 17:56:47 +08:00
parent a1b515bdcc
commit c21014dded
9 changed files with 77 additions and 22 deletions

28
renovate.json Normal file
View File

@@ -0,0 +1,28 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"commitMessagePrefix": "chore(deps): ",
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"platformAutomerge": true,
"postUpdateOptions": [
"pnpmDedupe"
],
"packageRules": [
{
"groupName": "non-major dependencies",
"matchUpdateTypes": [
"digest",
"pin",
"patch",
"minor"
],
"automerge": true
}
],
"ignoreDeps": []
}