Skip to content

Commit

Permalink
Dependency ownership for Kibana Management team, part 1 (elastic#202776)
Browse files Browse the repository at this point in the history
## Summary

This updates our `renovate.json` configuration to mark the Kibana
Management team as owners of their set of dependencies.
  • Loading branch information
legrego authored and Samiul-TheSoccerFan committed Dec 10, 2024
1 parent 7ca0d12 commit b0c9769
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,70 @@
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "@elastic/kibana-management dependencies",
"matchDepNames": [
"@mapbox/vector-tile",
"cronstrue",
"file-saver",
"@types/mapbox__vector-tile"
],
"reviewers": [
"team:kibana-management"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Kibana Management",
"release_note:skip",
"backport:all-open"
],
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "moment-duration-format",
"matchDepNames": [
"moment-duration-format",
"@types/moment-duration-format"
],
"reviewers": [
"team:kibana-management",
"team:stack-monitoring"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Kibana Management",
"Team:Monitoring",
"release_note:skip",
"backport:all-open"
],
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "@elastic/kibana-visualizations test dependencies",
"matchDepNames": [
"@types/faker",
"faker"
],
"reviewers": [
"team:visualizations"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Visualizations",
"release_note:skip",
"backport:prev-minor"
],
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "@elastic/charts",
"matchDepNames": [
Expand Down

0 comments on commit b0c9769

Please sign in to comment.