Skip to content

Commit

Permalink
Set Dependabot PR limit to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Oct 13, 2023
1 parent 3c990b4 commit 9506658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 5
open-pull-requests-limit: 10
- package-ecosystem: gradle
directory: "/"
schedule:
Expand All @@ -31,7 +31,7 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 5
open-pull-requests-limit: 10
- package-ecosystem: gradle
directory: "/"
schedule:
Expand All @@ -43,4 +43,4 @@ updates:
- dependency-name: "*"
update-types:
- version-update:semver-major
open-pull-requests-limit: 5
open-pull-requests-limit: 10

0 comments on commit 9506658

Please sign in to comment.