Skip to content

Commit

Permalink
chore: 调整依赖机器人配置
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Jan 24, 2024
1 parent 94751d4 commit d39743c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit d39743c

Please sign in to comment.