Skip to content

Commit

Permalink
Update renovate.json5 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing committed Oct 18, 2024
1 parent 4923131 commit 4d34883
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
{
"extends": ["config:base", "schedule:weekly"],
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
"labels": ["dependencies"],
"pin": false,
"commitMessagePrefix": "⬆️ deps: ",
"dependencyDashboardTitle": "📈 Dependency Dashboard",
"packageRules": [
{
"groupName": "dependencies (non-major)",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automergeStrategy": "squash"
},
{
"matchCategories": ["python"],
"addLabels": ["py"],
"assignees": ["[email protected]", "[email protected]"]
"addLabels": ["python"],
"assignees": ["AndPuQing", "visualDust"]
},
{
"matchCategories": ["node"],
"addLabels": ["javascript"],
"assignees": ["lideming"]
},
{
"matchPackageNames": ["node"],
"addLabels": ["js"],
"assignees": ["[email protected]"]
"matchPackageNames": "@douyinfe**",
"groupName": ["douyinfe"],
}
]
}

0 comments on commit 4d34883

Please sign in to comment.