You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/06/14 00:03:39 UTC

[GitHub] [arrow] kou opened a new issue, #36056: [CI] Enable Dependabot for GitHub Actions

kou opened a new issue, #36056:
URL: https://github.com/apache/arrow/issues/36056

   ### Describe the enhancement requested
   
   We can update GitHub Actions (semi) automatically by enabling Dependabot.
   
   For example, we can enable Dependabot for GitHub Actions by adding `.github/dependabot.yml`:
   
   ```diff
   diff --git a/.github/dependabot.yml b/.github/dependabot.yml
   new file mode 100644
   index 000000000..76f39ea3d
   --- /dev/null
   +++ b/.github/dependabot.yml
   @@ -0,0 +1,23 @@
   +# Licensed to the Apache Software Foundation (ASF) under one
   +# or more contributor license agreements.  See the NOTICE file
   +# distributed with this work for additional information
   +# regarding copyright ownership.  The ASF licenses this file
   +# to you under the Apache License, Version 2.0 (the
   +# "License"); you may not use this file except in compliance
   +# with the License.  You may obtain a copy of the License at
   +#
   +#   http://www.apache.org/licenses/LICENSE-2.0
   +#
   +# Unless required by applicable law or agreed to in writing,
   +# software distributed under the License is distributed on an
   +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   +# KIND, either express or implied.  See the License for the
   +# specific language governing permissions and limitations
   +# under the License.
   +
   +version: 2
   +updates:
   +  - package-ecosystem: "github-actions"
   +    directory: "/"
   +    schedule:
   +      interval: "daily"
   ```
   
   See also: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
   
   ### Component(s)
   
   Continuous Integration


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] kou commented on issue #36056: [CI] Enable Dependabot for GitHub Actions

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #36056:
URL: https://github.com/apache/arrow/issues/36056#issuecomment-1599832830

   Yes!


-- 
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] westonpace commented on issue #36056: [CI] Enable Dependabot for GitHub Actions

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on issue #36056:
URL: https://github.com/apache/arrow/issues/36056#issuecomment-1599245570

   So this is just for upgrading our github actions?  +1 to this idea.


-- 
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] kou commented on issue #36056: [CI] Enable Dependabot for GitHub Actions

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #36056:
URL: https://github.com/apache/arrow/issues/36056#issuecomment-1590230089

   We may want to configure the commit message by Dependabot to adjust our style.
   See also: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message


-- 
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] raulcd closed issue #36056: [CI] Enable Dependabot for GitHub Actions

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd closed issue #36056: [CI] Enable Dependabot for GitHub Actions
URL: https://github.com/apache/arrow/issues/36056


-- 
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: issues-unsubscribe@arrow.apache.org

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