Skip to content

Commit 2b549bd

Browse files
author
Greg Bowler
authored
maintenance: dependabot (#319)
closes #317
1 parent f329d7e commit 2b549bd

File tree

3 files changed

+71
-358
lines changed

3 files changed

+71
-358
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.84
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
@@ -11,8 +11,8 @@
1111
},
1212

1313
"require-dev": {
14-
"phpstan/phpstan": "v1.8.1",
15-
"phpunit/phpunit": "v9.5.21",
14+
"phpstan/phpstan": "^v1.8",
15+
"phpunit/phpunit": "^v9.5",
1616
"ext-sqlite3": "*"
1717
},
1818

0 commit comments

Comments
 (0)