-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Remove Profiling section from renovate.json #190178
base: main
Are you sure you want to change the base?
Conversation
@renovate opened elastic#188560 to update some dependencies. The "Profiling" section in the renovate.json is not accurate: * We don't use @types/dagre (nobody does. This must have been in profiling at some point but I have no idea.) * peggy is used in many core, platform, and solution places and should not have profiling as the sole owner. This removes @types/dagre and changes the name of the "Profiling" section to be "Peggy", including only peggy and owned by core and operations.
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
@@ -320,9 +320,9 @@ | |||
"enabled": true | |||
}, | |||
{ | |||
"groupName": "Profiling", | |||
"matchDepNames": ["peggy", "@types/dagre"], | |||
"reviewers": ["team:obs-ux-infra_services-team"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
core / operations aren't really the right teams, we don't maintain any related parts of the UI. Global UX is likely a closer fit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Operations owns the peggy packages in the CODEOWNERS:
https://github.com/elastic/kibana/blob/main/.github/CODEOWNERS#L643-L644
Does Global UX maintain these or any usages of peggy?
💔 Build FailedFailed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
@renovate opened #188560 to update some dependencies.
The "Profiling" section in the renovate.json is not accurate:
This removes @types/dagre and changes the name of the "Profiling" section to be "Peggy", including only peggy and owned by core and operations.