Skip to content

Commit

Permalink
Allow more PRs from dependabot
Browse files Browse the repository at this point in the history
Let's let dependabot do more work.
  • Loading branch information
gbrail committed Nov 2, 2024
1 parent 7fc6e34 commit 8e6d2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 8e6d2eb

Please sign in to comment.