Skip to content

Commit

Permalink
Dependency ownership for Kibana Presentation team, part 1 (elastic#20…
Browse files Browse the repository at this point in the history
…3269)

## Summary

This updates our `renovate.json` configuration to mark the Kibana
Presentation team as owners of their set of dependencies.
  • Loading branch information
legrego authored Dec 9, 2024
1 parent d51601d commit 61dd1f5
Showing 1 changed file with 207 additions and 0 deletions.
207 changes: 207 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,213 @@
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "dnd-kit",
"matchDepNames": [
"@dnd-kit/core",
"@dnd-kit/sortable",
"@dnd-kit/utilities"
],
"reviewers": [
"team:kibana-presentation"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Presentation",
"backport:all-open",
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "@elastic/ems client",
"matchDepNames": [
"@elastic/ems-client"
],
"reviewers": [
"team:kibana-presentation"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Presentation",
"backport:all-open",
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "loaders.gl",
"matchDepNames": [
"@loaders.gl/core",
"@loaders.gl/json",
"@loaders.gl/shapefile"
],
"reviewers": [
"team:kibana-presentation"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Presentation",
"backport:all-open",
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "mapbox and maplibre",
"matchDepNames": [
"@mapbox/geojson-rewind",
"@mapbox/mapbox-gl-draw",
"@mapbox/mapbox-gl-rtl-text",
"@mapbox/mapbox-gl-supported",
"mapbox-gl-draw-rectangle-mode",
"maplibre-gl"
],
"reviewers": [
"team:kibana-presentation"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Presentation",
"backport:all-open",
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "misc kibana-presentation dependencies",
"matchDepNames": [
"jsts",
"pbf",
"@types/flot",
"@types/pbf"
],
"reviewers": [
"team:kibana-presentation"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Presentation",
"backport:all-open",
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "kibana-presentation react dependencies",
"matchDepNames": [
"react-dropzone",
"react-grid-layout",
"react-recompose",
"react-shortcuts",
"redux-thunks",
"@types/react-grid-layout",
"@types/react-recompose"
],
"reviewers": [
"team:kibana-presentation"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Presentation",
"backport:all-open",
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "kibana-presentation misc maps dependencies",
"matchDepNames": [
"bitmap-sdf",
"canvg",
"wellknown"
],
"reviewers": [
"team:kibana-presentation"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Presentation",
"backport:all-open",
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "kibana-presentation misc canvas dependencies",
"matchDepNames": [
"expose-loader",
"html-loader",
"jsondiffpatch",
"null-loader",
"object-path-immutable",
"postcss-prefix-selector",
"safe-squel",
"string-replace-loader"
],
"reviewers": [
"team:kibana-presentation"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Presentation",
"backport:all-open",
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "turf",
"matchDepNames": [
"@turf/along",
"@turf/area",
"@turf/bbox",
"@turf/bbox-polygon",
"@turf/boolean-contains",
"@turf/center-of-mass",
"@turf/circle",
"@turf/distance",
"@turf/helpers",
"@turf/length"
],
"reviewers": [
"team:kibana-presentation"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Presentation",
"backport:all-open",
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "exit-hook",
"matchDepNames": [
Expand Down

0 comments on commit 61dd1f5

Please sign in to comment.