Skip to content

Commit

Permalink
maintenance: dependabot (#247)
Browse files Browse the repository at this point in the history
closes #145
  • Loading branch information
g105b authored Sep 14, 2022
1 parent 607a353 commit 819844a
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 357 deletions.
37 changes: 10 additions & 27 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,29 +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
- 0.12.71
- 0.12.73
- 0.12.74
- 0.12.75
- 0.12.76
- 0.12.77
- 0.12.78
- 0.12.79
- 0.12.80
- 0.12.81
- 0.12.82
- 0.12.83
- dependency-name: phpunit/phpunit
versions:
- 9.5.1
- 9.5.2
- 9.5.3
- 9.5.4
- 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.1",
"phpunit/phpunit": "v9.5.21"
"phpstan/phpstan": "^v1.8",
"phpunit/phpunit": "^v9.5"
},

"autoload": {
Expand Down
Loading

0 comments on commit 819844a

Please sign in to comment.