Skip to content

Commit

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

"require": {
"php": ">=8.0",
"phpgt/cli": "^1.3",
"phpgt/server": "^1.1",
"phpgt/cron": "^1.0",
"phpgt/database": "^1.3",
"phpgt/build": "^1.0"
"phpgt/cli": "^v1.3",
"phpgt/server": "^v1.1",
"phpgt/cron": "^v1.0",
"phpgt/database": "^v1.3",
"phpgt/build": "^v1.0"
},
"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 f960844

Please sign in to comment.