From d958a0a071f5f7c4fb48f334cfa9f30e947ea488 Mon Sep 17 00:00:00 2001 From: Mossa Date: Thu, 6 Jun 2024 21:25:04 +0200 Subject: [PATCH] dependabot: added `tests/extendrtests` to the directory to keep track of --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f481ac6cb..538a59a82b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,9 @@ version: 2 updates: - package-ecosystem: cargo - directory: "/" + directories: + - "/" + - "tests/extendrtests/src/rust/" schedule: interval: daily