Skip to content

Commit

Permalink
Separate renovate PR for each language (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Mar 28, 2023
1 parent bd26d1e commit 5366d7a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,17 @@
"depNameTemplate": "sgerrand/alpine-pkg-glibc",
"versioningTemplate": "loose"
}
],
"packageRules": [
{
"matchPackagePatterns": ["^grpc-tools"],
"matchManagers": ["npm"],
"groupName": "npm grpc-tools"
},
{
"matchPackagePatterns": ["^grpc-tools"],
"matchManagers": ["bundler"],
"groupName": "bundler grpc-tools"
}
]
}

0 comments on commit 5366d7a

Please sign in to comment.