We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf20d87 commit d823a30Copy full SHA for d823a30
.github/dependabot.yml
@@ -1,7 +1,12 @@
1
version: 2
2
updates:
3
-- package-ecosystem: composer
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- open-pull-requests-limit: 10
+ - package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: daily
+ 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
composer.json
@@ -22,8 +22,8 @@
22
},
23
24
"require-dev": {
25
- "phpstan/phpstan": "v1.8.0",
26
- "phpunit/phpunit": "v9.5.28"
+ "phpstan/phpstan": "v1.8",
+ "phpunit/phpunit": "v9.5"
27
28
29
"autoload": {
0 commit comments