GH-37051: [Dev][JS] Add Dependabot configuration for npm#37053
Conversation
|
|
assignUser
left a comment
There was a problem hiding this comment.
Sounds good. @domoritz what do you think?
|
I don't think we need weekly updates since it would just add extra work to review and merge. Do we have a script to automatically merge patch and minor updates that don't break the tests? |
We can change the interval to monthly?
While technically possible I don't think the ASF policy would allow that (only if the bot was using a PAT by a committer who would then be personally responsible for any changes contributed with their PAT.) |
|
If we can merge PRs from Dependabot only when CI is green, I'll do it. It's not a large work.
We can do it by a |
|
That all sounds good to me. I'd change it to monthly. |
|
OK. I've changed to "monthly". |
|
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 77d87a9. There were 3 benchmark results indicating a performance regression:
The full Conbench report has more details. |
…e#37053) ### Rationale for this change We can add `MINOR: [JS] ` prefix to PRs from Dependabot automatically. ### What changes are included in this PR? Add a configuration for npm. ### Are these changes tested? No. I want to test this by merging this to main. ### Are there any user-facing changes? No. * Closes: apache#37051 Lead-authored-by: Sutou Kouhei <kou@clear-code.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
We can add
MINOR: [JS]prefix to PRs from Dependabot automatically.What changes are included in this PR?
Add a configuration for npm.
Are these changes tested?
No. I want to test this by merging this to main.
Are there any user-facing changes?
No.