Skip to content

Commit

Permalink
maintenance: dependabot (#206)
Browse files Browse the repository at this point in the history
closes #205
  • Loading branch information
g105b authored Sep 5, 2022
1 parent 0341111 commit f451b58
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 338 deletions.
19 changes: 10 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: phpstan/phpstan
versions:
- 0.12.70
- 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 @@ -15,8 +15,8 @@
"phpgt/daemon": "^v1.1"
},
"require-dev": {
"phpstan/phpstan": "v1.8.0",
"phpunit/phpunit": "v9.5.21"
"phpstan/phpstan": "^v1.8",
"phpunit/phpunit": "^v9.5"
},

"license": "MIT",
Expand Down
Loading

0 comments on commit f451b58

Please sign in to comment.