Skip to content

Commit

Permalink
Increase open PR limit for dependency updates
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doherty <[email protected]>
  • Loading branch information
chrisdoherty4 committed Oct 24, 2023
1 parent b2c44a5 commit fe85500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ updates:
reviewers:
- chrisdoherty4

Check failure on line 11 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Verify

[indentation] wrong indentation: expected 4 but found 2
- jacobweinstock
open-pull-requests-limit: 10

- package-ecosystem: "gomod"
directory: "/"
Expand All @@ -21,6 +22,7 @@ updates:
reviewers:
- chrisdoherty4

Check failure on line 23 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Verify

[indentation] wrong indentation: expected 4 but found 2
- jacobweinstock
open-pull-requests-limit: 10

- package-ecosystem: "gomod"
directory: "/"
Expand All @@ -32,6 +34,7 @@ updates:
reviewers:
- chrisdoherty4

Check failure on line 35 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Verify

[indentation] wrong indentation: expected 4 but found 2
- jacobweinstock
open-pull-requests-limit: 10

- package-ecosystem: "docker"
directory: "/"
Expand All @@ -43,3 +46,4 @@ updates:
reviewers:
- chrisdoherty4

Check failure on line 47 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Verify

[indentation] wrong indentation: expected 4 but found 2
- jacobweinstock
open-pull-requests-limit: 10

0 comments on commit fe85500

Please sign in to comment.