-
Notifications
You must be signed in to change notification settings - Fork 5k
[DON'T MERGE] [dependabot] Put SQL db driver libraries into dependabot.yml #45028
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
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
oh, |
@mykola-elastic I am thinking of running a small bot on our machines/server like Andrew does (I believe he wrote a program) to label PRs (you might have seen in integrations repo). Like a webhook server listening to events and at the creation of each PR, if it's a Dependabot one, based on the dependency, we can add label i.e., our team's label. Also, this is doable with GitHub Actions, but I'm not sure if we should put it in the .github directory. Meanwhile, that program can just do our job; even if 2-3 folks keep running that service on their machine, that's enough. For now, this is the PR: #45142 that adds the dependencies we are targeting this sprint to test and upgrade. Please review. |
@shmsr while |
Closing in favor of #45142 |
Proposed commit message
See title
The libraries used by SQL-related modules are added:
Opened pull request limit increased 2 -> 3
Libraries added to one group "sql-libraries"
These are the main libraries for the following modules:
Also the go-mssqldb is mentioned in the consul module (probably copy-paste mistake):
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs