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
+9
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: "*"