Skip to content

Commit

Permalink
Merge pull request #34 from arkedge/update-renovate-config
Browse files Browse the repository at this point in the history
Add package rule for connect-es monorepo in renovate configuration
  • Loading branch information
sankichi92 authored Nov 25, 2024
2 parents 02c138b + 57eaa76 commit bb897fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
}
],
"packageRules": [
{
"matchSourceUrls": [
"https://github.com/connectrpc/connect-es"
],
"groupName": "connect-es monorepo"
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
Expand Down

0 comments on commit bb897fe

Please sign in to comment.