From a5f6bc3697ee14fbba2dd52267520d285a9d57f0 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 13 Jul 2024 18:22:25 +0200 Subject: [PATCH] github: disable dependabot for docs (#800) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..41b81d5 --- /dev/null +++ b/.github/dependabot.yml @@ -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: "*"