diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4c76bbe5f..87405d90ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: # Workflow files stored in the default location of `.github/workflows`. (No need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) directory: "/" # Allow dependabot to run on GitHub Actions - open-pull-requests-limit: 1 + open-pull-requests-limit: 4 schedule: interval: "weekly" day: "saturday" @@ -16,7 +16,7 @@ updates: - package-ecosystem: "gradle" directory: "/" # Allow Dependabot to run on code - open-pull-requests-limit: 1 + open-pull-requests-limit: 4 schedule: interval: "weekly" day: "saturday"