From e32eb280df24e5256977ed62a173fc116d82d324 Mon Sep 17 00:00:00 2001 From: AJPfleger Date: Wed, 20 Nov 2024 16:14:00 +0100 Subject: [PATCH] add jobs --- .github/dependabot.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b552cbd5cc6..0177e50ffae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,33 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + +updates: + - package-ecosystem: "pip" + directory: "/docs" + schedule: + interval: "weekly" + +updates: + - package-ecosystem: "pip" + directory: "/Examples/Scripts" + schedule: + interval: "weekly" + +updates: + - package-ecosystem: "pip" + directory: "/Examples/Python/tests" + schedule: + interval: "weekly" + +updates: + - package-ecosystem: "pip" + directory: "/CI/clang_tidy" + schedule: + interval: "weekly" + +updates: + - package-ecosystem: "pip" + directory: "/CI" + schedule: + interval: "weekly"