Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a0ea260

Browse files
authoredNov 15, 2023
Update dependabot config to use grouping (#444)
* Update dependabot config to use grouping for easier maintenance * Include PHPUnit polyfills * Update PHPunit and polyfills for compatibility
1 parent 5b956db commit a0ea260

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed
 

‎.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ updates:
1212
prefix: 'Composer'
1313
allow:
1414
- dependency-type: 'direct'
15+
groups:
16+
phpunit:
17+
patterns:
18+
- 'phpunit/phpunit'
19+
- 'wp-phpunit/wp-phpunit'
20+
- 'yoast/phpunit-polyfills'
1521

1622
- package-ecosystem: 'npm'
1723
directory: '/'
@@ -26,3 +32,7 @@ updates:
2632
- dependency-type: 'direct'
2733
- dependency-name: '@wordpress/*'
2834
dependency-type: 'all'
35+
groups:
36+
wordpress:
37+
patterns:
38+
- '@wordpress/*'

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"require-dev": {
99
"phpunit/phpunit": "^9.6",
10-
"yoast/phpunit-polyfills": "1.0.5",
10+
"yoast/phpunit-polyfills": "^1.1",
1111
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
1212
"wp-coding-standards/wpcs": "^2.3",
1313
"wp-phpunit/wp-phpunit": "^6.2",

‎composer.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.