mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
26 lines
523 B
JSON
26 lines
523 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"labels": [
|
|
"🤖 Dependencies"
|
|
],
|
|
"commitMessagePrefix": "chore(deps): ",
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"description": "Automerge non-major updates",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
}
|
|
],
|
|
"ignoreDeps": [
|
|
"github.com/goravel/framework",
|
|
"github.com/goravel/gin"
|
|
]
|
|
}
|