Skip to content

Commit

Permalink
Dependency ownership for o11y teams, part 1 (elastic#205429)
Browse files Browse the repository at this point in the history
## Summary

This updates our `renovate.json` configuration to mark the Observability
teams as owners of their set of dependencies.
  • Loading branch information
legrego authored Jan 2, 2025
1 parent 4664c29 commit f72252a
Showing 1 changed file with 145 additions and 8 deletions.
153 changes: 145 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2557,16 +2557,56 @@
"react-hook-form"
],
"reviewers": [
"team:security-asset-management",
"team:uptime"
"team:obs-ux-management-team"
],
"matchBaseBranches": [
"main"
],
"labels": [
"release_note:skip",
"backport:skip",
"ci:all-cypress-suites"
"backport:all-open",
"ci:all-cypress-suites",
"Team:obs-ux-management"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "@faker-js/faker",
"matchDepNames": [
"@faker-js/faker"
],
"reviewers": [
"team:obs-ux-management-team"
],
"matchBaseBranches": [
"main"
],
"labels": [
"release_note:skip",
"backport:all-open",
"ci:all-cypress-suites",
"Team:obs-ux-management"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "@elastic/synthetics",
"matchDepNames": [
"@elastic/synthetics"
],
"reviewers": [
"team:obs-ux-management-team"
],
"matchBaseBranches": [
"main"
],
"labels": [
"release_note:skip",
"backport:all-open",
"ci:all-cypress-suites",
"Team:obs-ux-management"
],
"minimumReleaseAge": "7 days",
"enabled": true
Expand Down Expand Up @@ -2609,7 +2649,101 @@
],
"labels": [
"release_note:skip",
"backport:skip"
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "Cytoscape",
"matchDepNames": [
"@types/cytoscape",
"cytoscape",
"cytoscape-dagre"
],
"reviewers": [
"team:obs-ux-infra_services-team"
],
"matchBaseBranches": [
"main"
],
"labels": [
"release_note:skip",
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "fnv-plus",
"matchDepNames": [
"fnv-plus",
"@types/fnv-plus"
],
"reviewers": [
"team:obs-ux-infra_services-team"
],
"matchBaseBranches": [
"main"
],
"labels": [
"release_note:skip",
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "react-syntax-highlighter",
"matchDepNames": [
"react-syntax-highlighter",
"@types/react-syntax-highlighter"
],
"reviewers": [
"team:obs-ux-infra_services-team"
],
"matchBaseBranches": [
"main"
],
"labels": [
"release_note:skip",
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "native-hdr-histogram",
"matchDepNames": [
"native-hdr-histogram"
],
"reviewers": [
"team:obs-ux-infra_services-team"
],
"matchBaseBranches": [
"main"
],
"labels": [
"release_note:skip",
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "native-hdr-histogram",
"matchDepNames": [
"native-hdr-histogram"
],
"reviewers": [
"team:obs-ux-infra_services-team"
],
"matchBaseBranches": [
"main"
],
"labels": [
"release_note:skip",
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
Expand Down Expand Up @@ -2667,7 +2801,8 @@
],
"labels": [
"Team:Obs UX Logs",
"release_note:skip"
"release_note:skip",
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
Expand Down Expand Up @@ -2850,6 +2985,7 @@
{
"groupName": "Serve swagger docs",
"matchDepNames": [
"@types/express",
"express",
"swagger-jsdoc",
"swagger-ui-express"
Expand All @@ -2862,7 +2998,8 @@
],
"labels": [
"release_note:skip",
"team:obs-entities"
"team:obs-entities",
"backport:all-open"
],
"enabled": true
},
Expand Down Expand Up @@ -2968,4 +3105,4 @@
"datasourceTemplate": "docker"
}
]
}
}

0 comments on commit f72252a

Please sign in to comment.