From f0cd39368e26c31b5cc72b8815add989cd259d97 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Fri, 8 Mar 2024 13:40:27 +0100 Subject: [PATCH] instruct dependabot to also check PyMDATA-examples dependencies (#421) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e40bbb76..f090291a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: daily +- package-ecosystem: pip + directory: "/examples/" + schedule: + interval: daily