Skip to content

Commit

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

This updates our `renovate.json` configuration to mark the Core team as
owners of their set of dependencies.
  • Loading branch information
legrego authored Nov 25, 2024
1 parent c69e8b2 commit d28d2c3
Showing 1 changed file with 75 additions and 22 deletions.
97 changes: 75 additions & 22 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,76 @@
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "formatjs dependencies",
"matchDepNames": [
"@formatjs/icu-messageformat-parser",
"@formatjs/intl",
"@formatjs/intl-pluralrules",
"@formatjs/intl-relativetimeformat",
"@formatjs/intl-utils",
"@formatjs/ts-transformer"
],
"reviewers": [
"team:kibana-core"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Core",
"release_note:skip",
"backport:all-open"
],
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "@elastic/kibana-core dependencies",
"matchDepNames": [
"@elastic/request-crypto",
"ansi-regex",
"axios",
"cacheable-lookup",
"getos",
"has-ansi",
"joi-to-json",
"json5",
"load-json-file",
"mime-types",
"mock-fs",
"node-fetch",
"react-intl",
"reflect-metadata",
"type-detect",
"utility-types",
"@types/getos",
"@types/hapi__cookie",
"@types/hapi__h2o2",
"@types/hapi__hapi",
"@types/hapi__inert",
"@types/has-ansi",
"@types/json5",
"@types/mime",
"@types/mime-types",
"@types/mock-fs",
"@types/node-fetch",
"@types/type-detect"
],
"reviewers": [
"team:kibana-core"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Core",
"release_note:skip",
"backport:all-open"
],
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "@elastic/charts",
"matchDepNames": [
Expand Down Expand Up @@ -487,7 +557,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:skip"
"backport:all-open"
],
"enabled": true
},
Expand All @@ -510,29 +580,12 @@
],
"enabled": true
},
{
"groupName": "ansi-regex",
"matchDepNames": [
"ansi-regex"
],
"reviewers": [
"team:kibana-core"
],
"matchBaseBranches": [
"main"
],
"labels": [
"release_note:skip",
"Team:Core",
"backport:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "OpenAPI Spec",
"matchDepNames": [
"@redocly/cli"
"@apidevtools/swagger-parser",
"@redocly/cli",
"openapi-types"
],
"reviewers": [
"team:kibana-core"
Expand All @@ -543,7 +596,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:skip"
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
Expand Down

0 comments on commit d28d2c3

Please sign in to comment.