From 3ec61dc3405e98c887b709d6069028b2defffa6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Tue, 31 Oct 2023 21:37:20 +0100 Subject: [PATCH] Add pip ecosystem to dependabot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d2d7ac0..a350cbf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,16 @@ updates: target-branch: dev reviewers: - "pi-hole/docker-maintainers" + - package-ecosystem: pip + directory: "/test" + schedule: + interval: weekly + day: saturday + time: "10:00" + open-pull-requests-limit: 10 + target-branch: dev + reviewers: + - "pi-hole/docker-maintainers" # Maintain dependencies for GitHub Actions development-v6 - package-ecosystem: "github-actions" directory: "/" @@ -38,3 +48,13 @@ updates: target-branch: development-v6 reviewers: - "pi-hole/docker-maintainers" + - package-ecosystem: pip + directory: "/test" + schedule: + interval: weekly + day: saturday + time: "10:00" + open-pull-requests-limit: 10 + target-branch: development-v6 + reviewers: + - "pi-hole/docker-maintainers"