Skip to content

Commit

Permalink
Merge pull request #33891 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot committed Jul 9, 2024
2 parents 657d075 + 43e66cc commit 6f70c49
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 6f70c49

Please sign in to comment.