Skip to content

Commit

Permalink
Restore open-pull-requests-limit to 5 for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Oct 6, 2023
1 parent 6c17bfd commit 3d42c8b
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 @@ -18,7 +18,7 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 30
open-pull-requests-limit: 5
- 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: 20
open-pull-requests-limit: 5
- package-ecosystem: gradle
directory: "/"
schedule:
Expand All @@ -44,7 +44,7 @@ updates:
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 20
open-pull-requests-limit: 5
- package-ecosystem: gradle
directory: "/"
schedule:
Expand All @@ -56,4 +56,4 @@ updates:
- dependency-name: "*"
update-types:
- version-update:semver-major
open-pull-requests-limit: 20
open-pull-requests-limit: 5

0 comments on commit 3d42c8b

Please sign in to comment.