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:
28
renovate.json
Normal file
28
renovate.json
Normal 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": []
|
||||
}
|
||||
Reference in New Issue
Block a user