Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency ownership for Kibana Cloud Security Posture team, part 1 #201212

Merged
merged 5 commits into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
},
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you also include the "minimumReleaseAge": "7 days" here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 73387d5

"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