Skip to content

Commit

Permalink
Address Dependabot multi-directory vs. grouping customer confusion (#…
Browse files Browse the repository at this point in the history
…51348)

Co-authored-by: Vanessa <vgrl@github.com>
Co-authored-by: Caro Galvin <carogalvin@github.com>
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Nish Sinha <nishnha@github.com>
Co-authored-by: Carlin Cherry <61124041+carlincherry@users.noreply.github.com>
  • Loading branch information
6 people committed Jul 9, 2024
1 parent 60983f8 commit 43e66cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ updates:
interval: "weekly"
```

{% data reusables.dependabot.multidirectory-vs-pr-grouping %} For more information about grouping, see "[`groups`](#groups)."

{% endif %}

### `schedule.interval`
Expand Down Expand Up @@ -459,6 +461,12 @@ You can also manage pull requests for grouped version updates and security updat

{% data reusables.dependabot.dependabot-version-updates-groups-yaml-example %}

{% ifversion dependabot-grouped-security-updates-config %}

{% data reusables.dependabot.multidirectory-vs-pr-grouping %} For more information about multidirectory support, see "[`directories`](#directories)."

{% endif %}

{% endif %}

### `ignore`
Expand Down
5 changes: 5 additions & 0 deletions data/reusables/dependabot/multidirectory-vs-pr-grouping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Multidirectory support is different than update grouping in pull requests.
* The `directories` option in the `dependabot.yml` file allows you to apply {% data variables.product.prodname_dependabot_updates %} to multiple directories at the same time.
* The `groups` option in the `dependabot.yml` file creates sets of dependencies (per package manager) for {% data variables.product.prodname_dependabot %} to put in the same single pull request.

If you want to use both features on your repositories, you need to enable these features independently and explicitly by using the two keys described above.

0 comments on commit 43e66cc

Please sign in to comment.