We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f329d7e commit 2b549bdCopy full SHA for 2b549bd
.github/dependabot.yml
@@ -1,11 +1,12 @@
1
version: 2
2
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
+ - 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
12
composer.json
@@ -11,8 +11,8 @@
},
13
"require-dev": {
14
- "phpstan/phpstan": "v1.8.1",
15
- "phpunit/phpunit": "v9.5.21",
+ "phpstan/phpstan": "^v1.8",
+ "phpunit/phpunit": "^v9.5",
16
"ext-sqlite3": "*"
17
18
0 commit comments