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 1ceeb44 commit 1d43aadCopy full SHA for 1d43aad
.github/dependabot.yml
@@ -37,6 +37,10 @@ updates:
37
interval: 'weekly'
38
commit-message:
39
prefix: 'chore: '
40
+ ignore:
41
+ # Staying on phpunit < 11 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