diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9df528cd..2a29b1e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,11 @@ version: 2 updates: # Maven/Java library updates - - package-ecosystem: "maven" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "maven" + directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 10 # GitHub actions updates - package-ecosystem: "github-actions" directory: "/.github/workflows"