diff options
author | Mukilan Thiyagarajan <mukilan@igalia.com> | 2023-08-31 11:06:50 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 05:36:50 +0000 |
commit | c373666e27e51bb56477035bb7ac744f2d5605f1 (patch) | |
tree | e8155d5bb8c8bbdeb140067d891081c8b2b06740 /.github/dependabot.yml | |
parent | 30dbc46d170919c900b752ef3a67e463a4ee2a76 (diff) | |
download | servo-c373666e27e51bb56477035bb7ac744f2d5605f1.tar.gz servo-c373666e27e51bb56477035bb7ac744f2d5605f1.zip |
Revert "Enable grouping of patch updates in Dependabot (#30208)" (#30250)
This reverts commit 531067c631c16eeaed6da5d158d8479fa3ff0cd0.
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58c315da6f5..b88dbb0a9c7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,6 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 - groups: - patch-updates: - update-types: - - patch allow: - dependency-type: direct - dependency-type: indirect |