Skip to content

Commit

Permalink
Merge pull request #22 from PhpGt/19-dependabot
Browse files Browse the repository at this point in the history
maintenance: dependabot
  • Loading branch information
g105b authored Sep 14, 2022
2 parents 17edd13 + cf988a4 commit 4dd73a8
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 347 deletions.
16 changes: 10 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
day: sunday
time: "09:00"
- 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 @@ -8,8 +8,8 @@
},

"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 4dd73a8

Please sign in to comment.