Skip to content

Commit

Permalink
[8.x] Adds @mswjs/http-middleware to renovate.json (#193257) (#193836)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [Adds @mswjs/http-middleware to renovate.json
(#193257)](#193257)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Jeramy
Soucy","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-18T13:44:53Z","message":"Adds
@mswjs/http-middleware to renovate.json (#193257)\n\n##
Summary\r\n\r\nAssigns ownership of new dev dep `@mswjs/http-middleware`
to cloud\r\nsecurity team
(`kibana-cloud-security-posture`).\r\n\r\nDependency was addded in
https://github.com/elastic/kibana/pull/187219","sha":"c426b06aa442935d02cf171da66212ddce5e5ce9","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","v9.0.0","v8.16.0","backport:version"],"title":"Adds
@mswjs/http-middleware to
renovate.json","number":193257,"url":"https://github.com/elastic/kibana/pull/193257","mergeCommit":{"message":"Adds
@mswjs/http-middleware to renovate.json (#193257)\n\n##
Summary\r\n\r\nAssigns ownership of new dev dep `@mswjs/http-middleware`
to cloud\r\nsecurity team
(`kibana-cloud-security-posture`).\r\n\r\nDependency was addded in
https://github.com/elastic/kibana/pull/187219","sha":"c426b06aa442935d02cf171da66212ddce5e5ce9"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193257","number":193257,"mergeCommit":{"message":"Adds
@mswjs/http-middleware to renovate.json (#193257)\n\n##
Summary\r\n\r\nAssigns ownership of new dev dep `@mswjs/http-middleware`
to cloud\r\nsecurity team
(`kibana-cloud-security-posture`).\r\n\r\nDependency was addded in
https://github.com/elastic/kibana/pull/187219","sha":"c426b06aa442935d02cf171da66212ddce5e5ce9"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Jeramy Soucy <[email protected]>
  • Loading branch information
kibanamachine and jeramysoucy authored Sep 24, 2024
1 parent 14b0c82 commit afd45e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,15 @@
"labels": ["Team: Sec Eng Productivity", "release_note:skip", "backport:all-open"],
"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
}
],
"customManagers": [
Expand Down

0 comments on commit afd45e4

Please sign in to comment.