Skip to content

Commit

Permalink
Add renovate groups. (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored May 20, 2024
1 parent 3db8167 commit 2172802
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules" : [
{
"matchManagers": ["github-actions"],
"groupName" : "GitHub Actions"
},
{
"matchManagers": ["swift", "cocoapods"],
"groupName" : "Swift"
}
]
}

0 comments on commit 2172802

Please sign in to comment.