Skip to content

Commit

Permalink
maintenance: dependabot (#22)
Browse files Browse the repository at this point in the history
closes #21
  • Loading branch information
g105b authored Sep 6, 2022
1 parent 9c34693 commit 4760d50
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 271 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- 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 @@
},

"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 4760d50

Please sign in to comment.