Skip to content

Commit

Permalink
Increase dependabot PR limit (#39749)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored Mar 23, 2024
1 parent 9a8e92a commit dd26ec3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ updates:
- dependency-name: github.com/microsoft/go-mssqldb
- dependency-name: github.com/redis/go-redis/v9
- dependency-name: github.com/vulcand/predicate
open-pull-requests-limit: 10
open-pull-requests-limit: 20
groups:
go:
update-types:
Expand All @@ -43,7 +43,7 @@ updates:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
open-pull-requests-limit: 10
open-pull-requests-limit: 20
groups:
go:
update-types:
Expand All @@ -68,7 +68,7 @@ updates:
ignore:
# Forked/replaced dependencies
- dependency-name: github.com/alecthomas/kingpin/v2
open-pull-requests-limit: 10
open-pull-requests-limit: 20
groups:
go:
update-types:
Expand All @@ -91,7 +91,7 @@ updates:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
open-pull-requests-limit: 10
open-pull-requests-limit: 20
groups:
go:
update-types:
Expand All @@ -116,7 +116,7 @@ updates:
ignore:
# Forked/replaced dependencies
- dependency-name: github.com/alecthomas/kingpin/v2
open-pull-requests-limit: 10
open-pull-requests-limit: 20
groups:
go:
update-types:
Expand All @@ -139,7 +139,7 @@ updates:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
open-pull-requests-limit: 10
open-pull-requests-limit: 20
groups:
rust:
update-types:
Expand All @@ -162,7 +162,7 @@ updates:
interval: weekly
day: "sunday"
time: "09:00" # 9am UTC
open-pull-requests-limit: 10
open-pull-requests-limit: 20
groups:
rust:
update-types:
Expand Down

0 comments on commit dd26ec3

Please sign in to comment.