Skip to content

Commit

Permalink
Dependency ownership for Stack Monitoring team, part 1 (elastic#204107)
Browse files Browse the repository at this point in the history
## Summary

This updates our `renovate.json` configuration to mark the Stack
Monitoring team as owners of their set of dependencies.
  • Loading branch information
legrego authored Dec 13, 2024
1 parent 86d87ee commit 2bc6b8e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2505,8 +2505,15 @@
},
{
"groupName": "OpenTelemetry modules",
"matchDepPrefixes": [
"@opentelemetry/"
"matchDepNames": [
"@grpc/grpc-js",
"@opentelemetry/api",
"@opentelemetry/api-metrics",
"@opentelemetry/exporter-metrics-otlp-grpc",
"@opentelemetry/exporter-prometheus",
"@opentelemetry/resources",
"@opentelemetry/sdk-metrics-base",
"@opentelemetry/semantic-conventions"
],
"reviewers": [
"team:stack-monitoring"
Expand All @@ -2515,7 +2522,9 @@
"main"
],
"labels": [
"Team:Monitoring"
"Team:Monitoring",
"backport:all-open",
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
Expand Down

0 comments on commit 2bc6b8e

Please sign in to comment.