Skip to content

Commit

Permalink
Add release note for Dependabot directories key (#52548)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacmbrown authored Oct 7, 2024
1 parent 31849c7 commit 9d5df4e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/release-notes/enterprise-server/3-14/0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ sections:
# https://github.com/github/releases/issues/3850
- |
Dependabot uses private registry configurations specified in the `dependabot.yml` file as expected, even if there is a configuration with `target-branch`. This ensures that security updates are applied correctly, regardless of your repository's configuration settings. See "[AUTOTITLE](/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot)."
# https://github.com/github/releases/issues/4118
- |
In the `dependabot.yml` file, users can apply the same configuration to manifest files from multiple directories using the `directories` key. Direct strings, glob syntax, and wildcards (`*`) are all supported for targeting directories. See "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#directories)." [Updated: 2024-10-07]
- heading: Code security
notes:
Expand Down Expand Up @@ -225,4 +228,6 @@ sections:
errata:
- |
These release notes previously indicated as a known issue that on GitHub Enterprise Server 3.14.0 when log forwarding is enabled, some forwarded log entries may be duplicated.
The fix for this problem was already included prior to the release of GitHub Enterprise Server 3.14.0. [Updated: 2024-09-16]
The fix for this problem was already included prior to the release of GitHub Enterprise Server 3.14.0. [Updated: 2024-09-16]
- |
These release notes did not include a note for support of the `directories` key in `dependabot.yml` files. [Updated: 2024-10-07]

0 comments on commit 9d5df4e

Please sign in to comment.