Skip to content

Commit

Permalink
Increase dependabot open PR limit
Browse files Browse the repository at this point in the history
Increase the dependabot open PR limit to allow for more dependency
updates at a time.

Signed-off-by: SuperQ <superq@gmail.com>
  • Loading branch information
SuperQ committed Aug 21, 2024
1 parent 3e6356b commit 60a0358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 20
schedule:
interval: "monthly"
- package-ecosystem: "docker"
Expand All @@ -10,5 +11,6 @@ updates:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/ui/react-app"
open-pull-requests-limit: 20
schedule:
interval: "monthly"

0 comments on commit 60a0358

Please sign in to comment.