This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new ff937ffcde [CI] Restore dependabot configuration (#19951)
ff937ffcde is described below

commit ff937ffcde3a1f2acec0a420293db6ff94e210c3
Author: Tianqi Chen <[email protected]>
AuthorDate: Sun Jul 5 23:56:58 2026 +0800

    [CI] Restore dependabot configuration (#19951)
---
 .github/dependabot.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..946ba5338d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,15 @@
+# See 
https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file
+version: 2
+
+updates:
+  - package-ecosystem: "npm"
+    directory: "/"
+    schedule:
+      interval: "monthly"
+    open-pull-requests-limit: 0
+
+  - package-ecosystem: "pip"
+    directory: "/"
+    schedule:
+      interval: "monthly"
+    open-pull-requests-limit: 0

Reply via email to