This is an automated email from the ASF dual-hosted git repository.
areusch 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 3d05362226 [ci] Disable dependabot PRs (#11072)
3d05362226 is described below
commit 3d053622263747e0e0b1911c78c9079a6d098993
Author: driazati <[email protected]>
AuthorDate: Thu May 12 14:01:00 2022 -0700
[ci] Disable dependabot PRs (#11072)
A bunch of these just got created (e.g.
https://github.com/apache/tvm/pull/11070) and are clogging up CI with 2x normal
number of builds since they push to a branch and make a PR.
Co-authored-by: driazati <[email protected]>
---
.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..38f8c629c3
--- /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
\ No newline at end of file