You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/26 14:45:00 UTC

[GitHub] [arrow-datafusion] xudong963 opened a new pull request #1489: add dependbot

xudong963 opened a new pull request #1489:
URL: https://github.com/apache/arrow-datafusion/pull/1489


   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123.
   -->
   
   Closes #1472 
   
    # Rationale for this change
   <!--
    Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
    Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.  
   -->
   
   # What changes are included in this PR?
   <!--
   There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   # Are there any user-facing changes?
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api change` label.
   -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb commented on pull request #1489: add dependbot

Posted by GitBox <gi...@apache.org>.
alamb commented on pull request #1489:
URL: https://github.com/apache/arrow-datafusion/pull/1489#issuecomment-1010249762


   @xudong963  I wonder if it might be related to https://github.com/dependabot/dependabot-core/issues/4574 as well


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] xudong963 commented on a change in pull request #1489: add dependbot

Posted by GitBox <gi...@apache.org>.
xudong963 commented on a change in pull request #1489:
URL: https://github.com/apache/arrow-datafusion/pull/1489#discussion_r775251077



##########
File path: .github/dependabot.yml
##########
@@ -0,0 +1,11 @@
+version: 2
+updates:
+  - package-ecosystem: cargo
+    directory: "/"
+    schedule:
+      interval: weekly
+      day: sunday
+      time: "7:00"
+    open-pull-requests-limit: 10
+    target-branch: master
+    labels: [auto-dependencies]

Review comment:
       I think we should add a new label for tickets about auto-dependency




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] houqp commented on pull request #1489: add dependbot

Posted by GitBox <gi...@apache.org>.
houqp commented on pull request #1489:
URL: https://github.com/apache/arrow-datafusion/pull/1489#issuecomment-1009172261


   @xudong963 you can take a look at https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features to see if this option can be configured in a self-serviced way.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] xudong963 commented on pull request #1489: add dependbot

Posted by GitBox <gi...@apache.org>.
xudong963 commented on pull request #1489:
URL: https://github.com/apache/arrow-datafusion/pull/1489#issuecomment-1008605323


   Unfortunately, it didn't work 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] xudong963 commented on pull request #1489: add dependbot

Posted by GitBox <gi...@apache.org>.
xudong963 commented on pull request #1489:
URL: https://github.com/apache/arrow-datafusion/pull/1489#issuecomment-1002076059


   > I do wonder if we also need to ensure that the security settings are updated correctly for dependabot as described in https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/
   
   I think it'll be better to enable it. (BTW, I don't have access.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb commented on a change in pull request #1489: add dependbot

Posted by GitBox <gi...@apache.org>.
alamb commented on a change in pull request #1489:
URL: https://github.com/apache/arrow-datafusion/pull/1489#discussion_r775865653



##########
File path: .github/dependabot.yml
##########
@@ -0,0 +1,11 @@
+version: 2
+updates:
+  - package-ecosystem: cargo
+    directory: "/"
+    schedule:
+      interval: weekly
+      day: sunday
+      time: "7:00"
+    open-pull-requests-limit: 10
+    target-branch: master
+    labels: [auto-dependencies]

Review comment:
       Created: https://github.com/apache/arrow-datafusion/labels/auto-dependencies




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb removed a comment on pull request #1489: add dependbot

Posted by GitBox <gi...@apache.org>.
alamb removed a comment on pull request #1489:
URL: https://github.com/apache/arrow-datafusion/pull/1489#issuecomment-1010249762


   @xudong963  I wonder if it might be related to https://github.com/dependabot/dependabot-core/issues/4574 as well


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb merged pull request #1489: add dependbot

Posted by GitBox <gi...@apache.org>.
alamb merged pull request #1489:
URL: https://github.com/apache/arrow-datafusion/pull/1489


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] alamb commented on pull request #1489: add dependbot

Posted by GitBox <gi...@apache.org>.
alamb commented on pull request #1489:
URL: https://github.com/apache/arrow-datafusion/pull/1489#issuecomment-1002086033


   > I think it'll be better to enable it. (BTW, I don't have access.
   
   Yeah, I don't have access either -- if this doesn't work we'll have to file a request in the Apache Infrastructure JIRA to make it happen. However, it is fascinating that IOTDB seems to have it working without a corresponding infra request, so we'll see


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org