Skip to content

Commit

Permalink
Increase dependabot's open-pull-requests-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Jun 10, 2024
1 parent 8b7de48 commit 6ce1c97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 15
open-pull-requests-limit: 30
- package-ecosystem: gradle
directory: "/"
schedule:
Expand All @@ -38,7 +38,7 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 15
open-pull-requests-limit: 30
- package-ecosystem: gradle
directory: "/"
schedule:
Expand All @@ -55,7 +55,7 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 15
open-pull-requests-limit: 30
- package-ecosystem: gradle
directory: "/"
schedule:
Expand All @@ -71,4 +71,4 @@ updates:
- dependency-name: "*"
update-types:
- version-update:semver-major
open-pull-requests-limit: 25
open-pull-requests-limit: 50

0 comments on commit 6ce1c97

Please sign in to comment.