From 1fac807c3dbd02cea28a67769086122437d42565 Mon Sep 17 00:00:00 2001 From: Mark Swatosh Date: Mon, 28 Aug 2023 16:01:30 -0500 Subject: [PATCH] removing submodules from updates to prevent duplicate PRs, since dependabot should scan submodules automatically --- .github/dependabot.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 08da55d7..811ffe4a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,23 +4,3 @@ updates: directory: / schedule: interval: daily - - - package-ecosystem: maven - directory: /api/ - schedule: - interval: weekly - - - package-ecosystem: maven - directory: /specification/ - schedule: - interval: weekly - - - package-ecosystem: maven - directory: /tck/ - schedule: - interval: weekly - - - package-ecosystem: maven - directory: /tck-dist/ - schedule: - interval: weekly