Skip to content

Commit

Permalink
Merge pull request #265 from AndPuQing/master
Browse files Browse the repository at this point in the history
Update renovate.json5 configuration
  • Loading branch information
AndPuQing authored Oct 18, 2024
2 parents 847754a + 4d34883 commit 0e4eada
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 0e4eada

Please sign in to comment.