Skip to content

Commit e3f3b2a

Browse files
authored
Merge pull request #32268 from github/repo-sync
Repo sync
2 parents 7fb2571 + cde44e6 commit e3f3b2a

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

content/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ topics:
3838

3939
The {% data variables.product.prodname_dependabot_security_updates %} feature is available for repositories where you have enabled the dependency graph and {% data variables.product.prodname_dependabot_alerts %}. You will see a {% data variables.product.prodname_dependabot %} alert for every vulnerable dependency identified in your full dependency graph. However, security updates are triggered only for dependencies that are specified in a manifest or lock file. For more information, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph#dependencies-included)."
4040

41-
{% ifversion dependabot-security-updates-unlock-transitive-dependencies %}
42-
4341
{% note %}
4442

45-
**Note**: For npm, {% data variables.product.prodname_dependabot %} will raise a pull request to update an explicitly defined dependency to a secure version, even if it means updating the parent dependency or dependencies{% ifversion dependabot-security-updates-npm %}, or even removing a sub-dependency that is no longer needed by the parent{% endif %}. For other ecosystems, {% data variables.product.prodname_dependabot %} is unable to update an indirect or transitive dependency if it would also require an update to the parent dependency. For more information, see "[AUTOTITLE](/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors#dependabot-tries-to-update-dependencies-without-an-alert)."
43+
**Note**: For npm, {% data variables.product.prodname_dependabot %} will raise a pull request to update an explicitly defined dependency to a secure version, even if it means updating the parent dependency or dependencies, or even removing a sub-dependency that is no longer needed by the parent. For other ecosystems, {% data variables.product.prodname_dependabot %} is unable to update an indirect or transitive dependency if it would also require an update to the parent dependency. For more information, see "[AUTOTITLE](/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors#dependabot-tries-to-update-dependencies-without-an-alert)."
4644

47-
{% endnote %}{% endif %}
45+
{% endnote %}
4846

4947
You can enable a related feature, {% data variables.product.prodname_dependabot_version_updates %}, so that {% data variables.product.prodname_dependabot %} raises pull requests to update the manifest to the latest version of the dependency, whenever it detects an outdated dependency. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates)."
5048

@@ -66,8 +64,6 @@ When you merge a pull request that contains a security update, the corresponding
6664

6765
## About grouped security updates
6866

69-
{% data reusables.dependabot.dependabot-grouped-security-updates-beta-note %}
70-
7167
To further reduce the number of pull requests you may be seeing, you can enable grouped security updates to group sets of dependencies together (per package ecosystem). {% data variables.product.prodname_dependabot %} then raises a single pull request to update as many vulnerable dependencies as possible in the group to secure versions at the same time.
7268

7369
For security updates, {% data variables.product.prodname_dependabot %} will only group dependencies from different directories per ecosystem under certain conditions and configurations. {% data variables.product.prodname_dependabot %} **will not** group dependencies from different package ecosystems together, and it **will not** group security updates with version updates.

content/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ You can also enable or disable {% data variables.product.prodname_dependabot_sec
6262

6363
## Grouping {% data variables.product.prodname_dependabot_security_updates %} into a single pull request
6464

65-
{% data reusables.dependabot.dependabot-grouped-security-updates-beta-note %}
66-
6765
To reduce the number of pull requests you may be seeing, you can enable grouped security updates for your repository or organization. When this is enabled, {% data variables.product.prodname_dependabot %} will group security updates into one pull request for each package ecosystem. In order to use grouped security updates, you must first enable the following features:
6866

6967
- **Dependency graph**. For more information, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph)."

content/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ updates:
149149
150150
## Grouping {% data variables.product.prodname_dependabot_updates %} into one pull request
151151
152-
{% ifversion dependabot-grouped-security-updates-config %}
153-
{% data reusables.dependabot.dependabot-grouped-security-updates-beta-note %}
154-
{% endif %}
155-
156152
{% data reusables.dependabot.dependabot-version-updates-groups-about %}
157153
158154
{% data reusables.dependabot.dependabot-version-updates-groups-semver %}

data/features/dependabot-grouped-security-updates-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reference: Issue #13341 Dependabot Grouped Security Updates: Configure Groups
1+
# Reference: Issue #13341 & 13345 Dependabot Grouped Security Updates: Configure Groups
22
versions:
33
fpt: '*'
44
ghec: '*'

0 commit comments

Comments
 (0)