Skip to content

Commit

Permalink
feat: group Maven plugin and GitHub Actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Aug 27, 2024
1 parent f93653a commit 4cccf4c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
"baseBranches": ["release/2.1.x", "release/3.0.x", "release/4.0.x", "release/5.0.x"],
"dependencyDashboard": true,
"labels": ["dependencies"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions",
"groupSlug": "github-actions",
},
{
"groupName": "Maven plugins",
"groupSlug": "maven-plugins",
"matchPackagePrefixes": ["org.apache.maven.plugins"]
}
],
"platformAutomerge": true,
"reviewers": ["team:committers"],
"vulnerabilityAlerts": {
Expand Down

0 comments on commit 4cccf4c

Please sign in to comment.