github: disable dependabot for docs (#800)

This commit is contained in:
Christian Schwarz 2024-07-13 18:22:25 +02:00 committed by GitHub
parent 9c63736489
commit a5f6bc3697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

9
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,9 @@
version: 2
updates:
# Docs use Python only for static site generation.
- package-ecosystem: "pip"
directory: /docs
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"