From dd98a4ef1c290096f904c5a4f50c82fa177d9346 Mon Sep 17 00:00:00 2001 From: Werner Dietl Date: Tue, 7 Jan 2025 15:28:07 -0500 Subject: [PATCH] Add subdirectories to dependabot (#217) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea03eb6..b947cc7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,13 @@ updates: directory: "/" schedule: interval: "daily" + +- package-ecosystem: "gradle" + directory: "/conformance-test-framework" + schedule: + interval: "daily" + +- package-ecosystem: "gradle" + directory: "/usage-demo" + schedule: + interval: "daily"