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 Management team, part 1 #202776

Merged
merged 4 commits into from
Dec 4, 2024
Merged
Changes from 2 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
26 changes: 26 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,32 @@
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "@elastic/kibana-management dependencies",
"matchDepNames": [
"@elastic/request-converter",
Copy link
Member

Choose a reason for hiding this comment

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

request-converter has already been added to renovate.json https://github.com/elastic/kibana/blob/main/renovate.json#L1387 but needs to remain separated from this group as it shouln't be backported

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch, I'll remove this

Copy link
Member Author

Choose a reason for hiding this comment

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

"@mapbox/vector-tile",
"cronstrue",
"file-saver",
sabarasaba marked this conversation as resolved.
Show resolved Hide resolved
"moment-duration-format",
sabarasaba marked this conversation as resolved.
Show resolved Hide resolved
"@mapbox/vector-tile",
sabarasaba marked this conversation as resolved.
Show resolved Hide resolved
"@types/mapbox__vector-tile",
"@types/moment-duration-format"
sabarasaba marked this conversation as resolved.
Show resolved Hide resolved
],
"reviewers": [
"team:kibana-management"
],
"matchBaseBranches": [
"main"
],
"labels": [
"Team:Kibana Management",
"release_note:skip",
"backport:all-open"
],
"enabled": true,
"minimumReleaseAge": "7 days"
},
{
"groupName": "@elastic/kibana-visualizations test dependencies",
"matchDepNames": [
Expand Down