Skip to content

Commit

Permalink
Group renovate PRs (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Sep 10, 2024
1 parent 16efa69 commit 2714047
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 @@ -19,6 +19,18 @@
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"enabled": false
},
{
"matchPackageNames": ["google.golang.org/genproto/googleapis/**"],
"groupName": "googleapis"
},
{
"matchPackageNames": ["golang.org/x/**"],
"groupName": "golang.org/x"
},
{
"matchPackageNames": ["go.opentelemetry.io/otel/**", "go.opentelemetry.io/contrib/**"],
"groupName": "otel"
}
]
}

0 comments on commit 2714047

Please sign in to comment.