We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62df491 commit 2b87db1Copy full SHA for 2b87db1
.github/dependabot.yml
@@ -38,9 +38,8 @@ updates:
38
commit-message:
39
prefix: 'chore: '
40
ignore:
41
- # Staying on phpunit < 11 in order to keep supporting PHP 7.
+ # Staying on phpunit 9.6.19 in order to keep supporting PHP 7.
42
- dependency-name: 'phpunit/phpunit'
43
- update-types: ['version-update:semver-major']
44
45
# Do not get one pull request per version bump. Instead get one pull request
46
# bumping several dependency versions at once:
0 commit comments