This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 2bade8f chore: enable dependabot (#94)
2bade8f is described below
commit 2bade8f10f8b71881fb762835f481ea7008f7d87
Author: Shiyan Xu <[email protected]>
AuthorDate: Fri Jul 26 02:52:20 2024 -0500
chore: enable dependabot (#94)
---
.asf.yaml | 2 ++
.asf.yaml => .github/dependabot.yml | 51 +++++++++++++++----------------------
2 files changed, 23 insertions(+), 30 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index a81270a..30dc422 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,6 +42,8 @@ github:
strict: true
required_linear_history: true
required_conversation_resolution: true
+ dependabot_alerts: true
+ dependabot_updates: true
notifications:
commits: [email protected]
issues: [email protected]
diff --git a/.asf.yaml b/.github/dependabot.yml
similarity index 51%
copy from .asf.yaml
copy to .github/dependabot.yml
index a81270a..569dc1b 100644
--- a/.asf.yaml
+++ b/.github/dependabot.yml
@@ -1,4 +1,3 @@
-#
# 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
@@ -15,34 +14,26 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-#
-# The format of this file is documented at
-# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+version: 2
+updates:
+ - package-ecosystem: pip
+ directory: /
+ schedule:
+ interval: weekly
+ reviewers:
+ - "xushiyan"
+
+ - package-ecosystem: cargo
+ directory: /
+ schedule:
+ interval: weekly
+ reviewers:
+ - "xushiyan"
-github:
- description: "A native Rust library for Apache Hudi, with bindings into
Python"
- homepage: https://hudi.apache.org/
- labels:
- - apache
- - hudi
- - rust
- - python
- features:
- wiki: false
- issues: true
- projects: true
- enabled_merge_buttons:
- squash: true
- merge: false
- rebase: false
- protected_branches:
- main:
- required_status_checks:
- strict: true
- required_linear_history: true
- required_conversation_resolution: true
-notifications:
- commits: [email protected]
- issues: [email protected]
- pullrequests: [email protected]
+ - package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: weekly
+ reviewers:
+ - "xushiyan"