-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
dependabot: skip github.com/elastic/mito auto updates #36158
Conversation
2de4389
to
4fe08cd
Compare
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
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.
I don't understand it, but let's see if this stops the PRs.
What I don't understand is:
- none of the
allow
values matchgithub.aaakk.us.kg/elastic/mito
- the last time it opened a PR for mito that PR did not have labels that would have associated it with any of these config groups
Yeah if we look at #36153 it labelled the PR for the agent data plane team. You may need the |
I think dependabot may not like the way we have written our configuration:
For some reason dependenbot decided to validate this in https://github.com/elastic/beats/pull/36233/checks?check_run_id=15603998412. I had never seen this check run before otherwise. |
Dependabot does not allow multiple configurations for a given Go module. So this reverts the change to segment the configuration along team boundaries with explicit team-based reviewer requirements. It was complaining about The property '#/updates/1' is a duplicate. Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch' The property '#/updates/2' is a duplicate. Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch' as pointed out in elastic#36158 (comment).
I created a PR to follow-up on that dependabot error: #36345 |
Dependabot does not allow multiple configurations for a given Go module. So this reverts the change to segment the configuration along team boundaries with explicit team-based reviewer requirements. It was complaining about The property '#/updates/1' is a duplicate. Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch' The property '#/updates/2' is a duplicate. Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch' as pointed out in #36158 (comment).
Dependabot does not allow multiple configurations for a given Go module. So this reverts the change to segment the configuration along team boundaries with explicit team-based reviewer requirements. It was complaining about The property '#/updates/1' is a duplicate. Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch' The property '#/updates/2' is a duplicate. Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch' as pointed out in elastic#36158 (comment).
What does this PR do?
See title.
Why is it important?
Autoupdates fail to bring required docs updates.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs