Skip to content

Commit eff8b06

Browse files
committed
maintenance: dependabot
closes #205
1 parent 0341111 commit eff8b06

File tree

3 files changed

+50
-338
lines changed

3 files changed

+50
-338
lines changed

.github/dependabot.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
version: 2
22
updates:
3-
- package-ecosystem: composer
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 10
8-
ignore:
9-
- dependency-name: phpstan/phpstan
10-
versions:
11-
- 0.12.70
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: phpunit/phpunit
10+
update-types: ["version-update:semver-patch"]
11+
- dependency-name: phpstan/phpstan
12+
update-types: ["version-update:semver-patch"]

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"phpgt/daemon": "^v1.1"
1616
},
1717
"require-dev": {
18-
"phpstan/phpstan": "v1.8.0",
19-
"phpunit/phpunit": "v9.5.21"
18+
"phpstan/phpstan": "^v1.8",
19+
"phpunit/phpunit": "^v9.5"
2020
},
2121

2222
"license": "MIT",

0 commit comments

Comments
 (0)