Skip to content

Commit

Permalink
Merge branch 'release/3.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed May 15, 2023
2 parents 4249ff5 + 4e18cc0 commit 86a52f9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ updates:
labels:
- "dependencies"
# Allow up to 10 open pull requests for dependencies
open-pull-requests-limit: 10
open-pull-requests-limit: 20
# Add reviewers
reviewers:
- "nekofar"
Expand All @@ -43,7 +43,7 @@ updates:
labels:
- "dependencies"
# Allow up to 10 open pull requests for dependencies
open-pull-requests-limit: 10
open-pull-requests-limit: 20
# Add reviewers
reviewers:
- "nekofar"
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## [3.0.3] - 2023-05-15

### <!-- 07 -->Continuous Integrations

- Change `open-pull-requests-limit` from 10 to 20

### <!-- 08 -->Miscellaneous Tasks

- Bump nekofar/slim-test from ^3.0 to ^3.1

## [3.0.2] - 2023-04-27

### <!-- 05 -->Documentation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"require": {
"php": ">=8.1",
"nekofar/slim-test": "^3.0",
"nekofar/slim-test": "^3.1",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin": "^2.0"
},
Expand Down

0 comments on commit 86a52f9

Please sign in to comment.