From d03100fa5760581402bfef395f42daf977117c31 Mon Sep 17 00:00:00 2001 From: Petr Beran Date: Mon, 19 Aug 2024 14:19:33 +0200 Subject: [PATCH] chore: replace directories in dependabot --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41cf6d95..294ff799 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,9 @@ version: 2 updates: - package-ecosystem: maven - directories: - - "**/*" + directory: "/" schedule: interval: daily time: "08:00" timezone: Europe/Prague - open-pull-requests-limit: 20 \ No newline at end of file + open-pull-requests-limit: 10 \ No newline at end of file