summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2021-11-01 17:32:15 +0100
committerRalf Gommers <ralf.gommers@gmail.com>2021-11-01 17:35:38 +0100
commit1ccdb7b6cc59b9825a515d9d47a60fd26012aefe (patch)
tree490829d4da27b799c1421d95d4acb0b4bc337949
parentfa397e9d9a821a178ad620b28bb334b800d2c93d (diff)
downloadnumpy-1ccdb7b6cc59b9825a515d9d47a60fd26012aefe.tar.gz
MAINT: remove Dependabot
The spam is reaching ridiculous levels on NumPy forks and throughout large projects on GitHub. And the Dependabot is completely unresponsive, with a large number of complaints on its issue tracker going back almost 3 years. Closes gh-18977 [ci skip]
-rw-r--r--.github/dependabot.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 16ce0846c..000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-version: 2
-updates:
-- package-ecosystem: pip
- directory: "/"
- schedule:
- interval: weekly
- open-pull-requests-limit: 10
- labels:
- - 03 - Maintenance
- ignore:
- - dependency-name: gitpython
- versions:
- - "> 3.1.13, < 3.2"
- - dependency-name: pydata-sphinx-theme
- versions:
- - 0.6.0
- - 0.6.1
- - dependency-name: hypothesis
- versions:
- - 6.3.0
- commit-message:
- prefix: MAINT