diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2da0bac..d795de3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,8 +2,7 @@ version: 2 updates: - package-ecosystem: maven directories: - - "/" - - "/integration-tests" + - "/**/*" schedule: interval: daily open-pull-requests-limit: 10