2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 23:27:17 +08:00

chore: 调整依赖机器人配置

This commit is contained in:
耗子
2024-01-24 13:18:10 +08:00
parent 94751d474f
commit d39743cdb9

View File

@@ -12,11 +12,14 @@
],
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackagePatterns": [
"*"
]
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
],
"ignoreDeps": [
"github.com/goravel/framework",
"github.com/goravel/gin"
]
}