From 809e15d8d3743f0c780ade221ba8df7adde3db76 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Mon, 12 Feb 2024 21:42:37 +0100 Subject: [PATCH] instruct dependabot to also check PySDM-examples dependencies. closes #1224 (#1270) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e40bbb76e..31ce4e37f 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