Skip to content

Commit

Permalink
Increase dependabot open PR limit from 5 to 12
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dubois <[email protected]>
  • Loading branch information
jandubois committed Nov 8, 2024
1 parent c3ad854 commit 1a5a5cc
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 @@ -4,16 +4,16 @@ updates:
directory: "/.github"
schedule:
interval: "daily"
open-pull-requests-limit: 5
open-pull-requests-limit: 12

- package-ecosystem: "npm"
directory: "/ui"
schedule:
interval: "daily"
open-pull-requests-limit: 5
open-pull-requests-limit: 12

- package-ecosystem: "gomod"
directory: "/installer"
schedule:
interval: "daily"
open-pull-requests-limit: 5
open-pull-requests-limit: 12

0 comments on commit 1a5a5cc

Please sign in to comment.