Delete .github/dependabot.yml

Remove dependabot, this is creating too much noise / risks for the scraper stability

Signed-off-by: benoit74 <benoit74@users.noreply.github.com>
This commit is contained in:
benoit74 2024-09-12 21:19:39 +02:00 committed by GitHub
parent eeac5014f1
commit 01187be0f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +0,0 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
- package-ecosystem: "github-actions"
directory: "/.github"
schedule:
interval: "daily"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"