Disable dependabot

Due to a bug in dependabot (see issue 2198 in the
`dependabot/dependabot-core` repository), Dependabot would open pull
requests on every fork, which would be inconvenient.

So we're disabling the updates until this issue is fixed; since we
currently have almost 50 open pull requests, it shouldn't affect us that
much.
This commit is contained in:
Javi Martín
2021-03-20 22:24:39 +01:00
parent ad638b6a0f
commit a8d6b9b330

View File

@@ -1,9 +0,0 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "06:00"
timezone: Europe/Madrid
open-pull-requests-limit: 25