Build/Test Tools: Group GitHub Action Dependabot updates.

This updates the Dependabot configuration file to make use of `groups`, configuring all third-party GitHub Action updates available into a single pull request to help reduce noise.

Props bradparbs.
See #59805.
Built from https://develop.svn.wordpress.org/trunk@57180


git-svn-id: http://core.svn.wordpress.org/trunk@56691 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2023-12-11 11:50:27 +00:00
parent 760fae6c43
commit fb4428dd60
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-alpha-57179';
$wp_version = '6.5-alpha-57180';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.