mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Enable grouping of patch updates in Dependabot (#30208)
This feature was released recently. This could potentially cut down on the CI hours spent on merging dependabot PRs. More info here: https://github.blog/2023-08-24-a-faster-way-to-manage-version-updates-with-dependabot/ https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-for-grouped-version-updates-with-comment-commands
This commit is contained in:
parent
99bff0925e
commit
531067c631
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -5,6 +5,10 @@ updates:
|
|||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
groups:
|
||||
patch-updates:
|
||||
update-types:
|
||||
- patch
|
||||
allow:
|
||||
- dependency-type: direct
|
||||
- dependency-type: indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue