summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-01-01 12:58:03 +0100
committerLaurenz <laurmaedje@gmail.com>2022-01-01 12:58:03 +0100
commit52761a3baa901865b1fc42366017740cfa7eb566 (patch)
treed4617a6ab36ce3f9517212bf6d58cade94428369 /.github
parent28fc2893e873d44aa31a64a87cb3e2e975977a70 (diff)
Disable dependabot
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index f1d26d80..00000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# To get started with Dependabot version updates, you'll need to specify which
-# package ecosystems to update and where the package manifests are located.
-# Please see the documentation for all configuration options:
-# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
-
-version: 2
-updates:
- - package-ecosystem: "cargo" # See documentation for possible values
- directory: "/" # Location of package manifests
- schedule:
- interval: "daily"