Skip to content

Commit

Permalink
Dependency ownership for Kibana Cloud Security Posture team, part 1 (#…
Browse files Browse the repository at this point in the history
…201212)

## Summary

This updates our `renovate.json` configuration to mark the Kibana CSP
team as owners of their set of dependencies.
  • Loading branch information
legrego authored Nov 21, 2024
1 parent c0af8e8 commit 0f6e7fc
Showing 1 changed file with 25 additions and 61 deletions.
86 changes: 25 additions & 61 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,29 @@
],
"enabled": true
},
{
"groupName": "@elastic/kibana-cloud-security-posture dependencies",
"matchDepNames": [
"@mswjs/http-middleware",
"@types/byte-size",
"byte-size",
"msw",
"xterm"
],
"reviewers": [
"team:kibana-cloud-security-posture"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Cloud Security",
"release_note:skip",
"backport:all-open"
],
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "@elastic/charts",
"matchDepNames": [
Expand Down Expand Up @@ -1037,27 +1060,6 @@
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "TTY Output",
"matchDepNames": [
"xterm",
"byte-size",
"@types/byte-size"
],
"reviewers": [
"team:sec-cloudnative-integrations"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team: AWP: Visualization",
"release_note:skip",
"backport:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "Cloud Defend",
"matchDepNames": [
Expand Down Expand Up @@ -1190,25 +1192,6 @@
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "MSW",
"matchPackageNames": [
"msw"
],
"reviewers": [
"team:kibana-cloud-security-posture"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Cloud Security",
"release_note:skip",
"backport:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "re2js",
"matchDepNames": [
Expand Down Expand Up @@ -1268,25 +1251,6 @@
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "@mswjs/http-middleware",
"matchPackageNames": [
"@mswjs/http-middleware"
],
"reviewers": [
"team:kibana-cloud-security-posture"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Cloud Security",
"release_note:skip",
"backport:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "@xyflow/react",
"matchPackageNames": [
Expand All @@ -1301,7 +1265,7 @@
"labels": [
"Team:Cloud Security",
"release_note:skip",
"backport:skip"
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
Expand All @@ -1320,7 +1284,7 @@
"labels": [
"Team:Cloud Security",
"release_note:skip",
"backport:skip"
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
Expand Down

0 comments on commit 0f6e7fc

Please sign in to comment.