[
https://issues.apache.org/jira/browse/PARQUET-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17712158#comment-17712158
]
ASF GitHub Bot commented on PARQUET-2267:
-----------------------------------------
wgtmac commented on code in PR #1051:
URL: https://github.com/apache/parquet-mr/pull/1051#discussion_r1166216501
##########
.github/dependabot.yml:
##########
@@ -0,0 +1,32 @@
+#
+# 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"
Review Comment:
Thanks for adding this!
I just checked the Apache Orc has added a set of `ignores` here:
https://github.com/apache/orc/blob/main/.github/dependabot.yml
I am not sure if we should do similar things to decrease the review burden.
cc @dongjoon-hyun
> Add dependabot to update dependencies
> -------------------------------------
>
> Key: PARQUET-2267
> URL: https://issues.apache.org/jira/browse/PARQUET-2267
> Project: Parquet
> Issue Type: Improvement
> Reporter: Fokko Driesprong
> Assignee: Fokko Driesprong
> Priority: Major
> Fix For: 1.14.0
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)