Skip to content

Commit

Permalink
Dependency ownership for Kibana Reporting/Response-Ops team, part 1 (#…
Browse files Browse the repository at this point in the history
…203441)

## Summary

This updates our `renovate.json` configuration to mark the Response Ops
team as owners of their set of dependencies.
  • Loading branch information
legrego authored Dec 9, 2024
1 parent 1f2a76a commit a95a5a3
Showing 1 changed file with 87 additions and 5 deletions.
92 changes: 87 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,34 @@
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "reporting dependencies",
"matchDepNames": [
"@types/extract-zip",
"@types/opn",
"@types/pdfmake",
"extract-zip",
"opn",
"pdfjs-dist",
"pdfmake",
"puppeteer"
],
"reviewers": [
"team:kibana-presentation",
"team:response-ops"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Reporting Services",
"Team:ResponseOps",
"backport:all-open",
"release_note:skip"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "turf",
"matchDepNames": [
Expand Down Expand Up @@ -2414,8 +2442,7 @@
"jsonwebtoken"
],
"reviewers": [
"team:response-ops",
"team:kibana-core"
"team:response-ops"
],
"matchBaseBranches": [
"main"
Expand Down Expand Up @@ -2488,7 +2515,8 @@
{
"groupName": "AlertingEmails",
"matchDepNames": [
"nodemailer"
"nodemailer",
"@types/nodemailer"
],
"reviewers": [
"team:response-ops"
Expand All @@ -2498,7 +2526,61 @@
],
"labels": [
"release_note:skip",
"backport:prev-minor"
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "Response Ops HTTPS dependencies",
"matchDepNames": [
"@types/http-proxy",
"get-port",
"google-auth-library",
"http-proxy",
"http-proxy-agent",
"https-proxy-agent",
"proxy"
],
"reviewers": [
"team:response-ops"
],
"matchBaseBranches": [
"main"
],
"labels": [
"release_note:skip",
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
},
{
"groupName": "Response Ops misc dependencies",
"matchDepNames": [
"@types/stats-lite",
"@types/textarea-caret",
"email-addresses",
"json-stringify-safe",
"murmurhash",
"mdast-util-to-hast",
"pretty-ms",
"p-settle",
"p-reflect",
"remark-stringify",
"stats-lite",
"textarea-caret",
"type-fest"
],
"reviewers": [
"team:response-ops"
],
"matchBaseBranches": [
"main"
],
"labels": [
"release_note:skip",
"backport:all-open"
],
"minimumReleaseAge": "7 days",
"enabled": true
Expand Down Expand Up @@ -2661,4 +2743,4 @@
"datasourceTemplate": "docker"
}
]
}
}

0 comments on commit a95a5a3

Please sign in to comment.