Skip to content

Commit 2319f40

Browse files
author
Greg Bowler
authored
Merge pull request #3 from PhpGt/2-dependabot
maintenance: dependabot
2 parents 0da96f6 + 93c4c1e commit 2319f40

File tree

3 files changed

+52
-329
lines changed

3 files changed

+52
-329
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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: phpunit/phpunit
10+
update-types: ["version-update:semver-patch"]
11+
- dependency-name: phpstan/phpstan
12+
update-types: ["version-update:semver-patch"]

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99

1010
"require-dev": {
11-
"phpstan/phpstan": "v1.8.0",
12-
"phpunit/phpunit": "v9.5.21"
11+
"phpstan/phpstan": "^v1.8",
12+
"phpunit/phpunit": "^v9.5"
1313
},
1414

1515
"license": "MIT",

0 commit comments

Comments
 (0)