Skip to content

Commit

Permalink
maintenance: dependabot (#17)
Browse files Browse the repository at this point in the history
closes #16
  • Loading branch information
g105b authored Sep 7, 2022
1 parent 6eec4cf commit 10d0a30
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 330 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"]
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

"require": {
"php": ">=7.4",
"phpgt/cli": "*"
"phpgt/cli": "^v1.3"
},
"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 10d0a30

Please sign in to comment.