Skip to content

Commit

Permalink
maintenance: dependabot (#143)
Browse files Browse the repository at this point in the history
* maintenance: dependabot
closes #142

* maintenance: dependabot
closes #142
  • Loading branch information
g105b authored Sep 5, 2022
1 parent cfe81d9 commit 9a9c550
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 340 deletions.
21 changes: 10 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: phpunit/phpunit
versions:
- 9.5.1
- 9.5.2
- 9.5.3
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: phpunit/phpunit
update-types: ["version-update:semver-patch"]
- dependency-name: phpstan/phpstan
update-types: ["version-update:semver-patch"]
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"php": ">7.4"
},
"require-dev": {
"phpstan/phpstan": "v1.8.0",
"phpunit/phpunit": "v9.5.21"
"phpstan/phpstan": "^v1.8",
"phpunit/phpunit": "^v9.5"
},

"autoload": {
Expand Down
Loading

0 comments on commit 9a9c550

Please sign in to comment.