mirror of
git://develop.git.wordpress.org/
synced 2025-01-16 20:38:35 +01:00
8df517867d
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. git-svn-id: https://develop.svn.wordpress.org/trunk@57180 602fd350-edb4-49c9-b593-d223f7449a82
15 lines
293 B
YAML
15 lines
293 B
YAML
# Configure Dependabot scanning.
|
|
version: 2
|
|
|
|
updates:
|
|
# Check for updates to GitHub Actions.
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|