Skip to content

Commit f8bffc6

Browse files
[EDI] Create a new "Secure your dependencies" map topic within "Tutorials" (#59136)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
1 parent 0f42e82 commit f8bffc6

File tree

17 files changed

+52
-50
lines changed

17 files changed

+52
-50
lines changed

content/code-security/concepts/supply-chain-security/about-dependabot-version-updates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ redirect_from:
1111
- /code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/upgrading-from-dependabotcom-to-github-native-dependabot
1212
- /code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates
1313
- /code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates
14+
- /code-security/dependabot/dependabot-version-updates
15+
- /code-security/supply-chain-security/keeping-your-dependencies-updated-automatically
1416
versions:
1517
fpt: '*'
1618
ghec: '*'

content/code-security/dependabot/dependabot-version-updates/index.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

content/code-security/dependabot/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ topics:
1616
children:
1717
- /dependabot-alerts
1818
- /dependabot-auto-triage-rules
19-
- /dependabot-version-updates
2019
- /working-with-dependabot
2120
- /troubleshooting-dependabot
2221
---

content/code-security/dependabot/working-with-dependabot/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ topics:
1414
- Dependencies
1515
- Pull requests
1616
children:
17-
- /automating-dependabot-with-github-actions
18-
- /configuring-multi-ecosystem-updates
19-
- /setting-dependabot-to-run-on-self-hosted-runners-using-arc
2017
- /setting-dependabot-to-run-on-github-hosted-runners-using-vnet
2118
---
2219

content/code-security/getting-started/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ topics:
1313
- Vulnerabilities
1414
children:
1515
- /github-security-features
16-
- /dependabot-quickstart-guide
1716
- /quickstart-for-securing-your-repository
1817
- /quickstart-for-securing-your-organization
1918
- /understanding-github-secret-types

content/code-security/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ featuredLinks:
1212
- '{% ifversion fpt or ghec %}/code-security/getting-started/github-security-features{% endif %}'
1313
- /code-security/getting-started/quickstart-for-securing-your-repository
1414
- '{% ifversion ghes %}/code-security/secret-scanning/working-with-secret-scanning-and-push-protection{% endif %}'
15-
- /code-security/getting-started/dependabot-quickstart-guide
15+
- /code-security/tutorials/secure-your-dependencies/dependabot-quickstart-guide
1616
- /code-security/how-tos/scan-code-for-vulnerabilities/configure-code-scanning/configuring-default-setup-for-code-scanning
1717
guideCards:
1818
- /code-security/trialing-github-advanced-security/planning-a-trial-of-ghas
@@ -59,3 +59,4 @@ children:
5959
- /tutorials
6060
- /responsible-use
6161
---
62+

content/code-security/supply-chain-security/understanding-your-software-supply-chain/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ topics:
1010
- Repositories
1111
shortTitle: Understand your supply chain
1212
children:
13-
- /customizing-your-dependency-review-action-configuration
1413
- /enforcing-dependency-review-across-an-organization
1514
- /troubleshooting-the-dependency-graph
1615
---
17-

content/code-security/tutorials/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ children:
2222
- /remediate-leaked-secrets
2323
- /secret-scanning-partner-program
2424
- /customize-code-scanning
25+
- /secure-your-dependencies
2526
- /implement-supply-chain-best-practices
2627
- /manage-security-alerts
2728
- /improve-code-quality

content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md renamed to content/code-security/tutorials/secure-your-dependencies/automating-dependabot-with-github-actions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Automating Dependabot with GitHub Actions
3-
intro: 'Examples of how you can use {% data variables.product.prodname_actions %} to automate common {% data variables.product.prodname_dependabot %} related tasks.'
3+
intro: Examples of how you can use {% data variables.product.prodname_actions %} to automate common {% data variables.product.prodname_dependabot %} related tasks.
44
permissions: '{% data reusables.permissions.dependabot-various-tasks %}'
55
versions:
66
fpt: '*'
77
ghec: '*'
88
ghes: '*'
9-
type: how_to
9+
contentType: tutorials
1010
topics:
1111
- Actions
1212
- Dependabot
@@ -18,6 +18,7 @@ topics:
1818
shortTitle: Use Dependabot with Actions
1919
redirect_from:
2020
- /code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions
21+
- /code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions
2122
---
2223

2324
{% ifversion dependabot-on-actions-opt-in %}

content/code-security/dependabot/working-with-dependabot/configuring-multi-ecosystem-updates.md renamed to content/code-security/tutorials/secure-your-dependencies/configuring-multi-ecosystem-updates.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Configuring multi-ecosystem updates for Dependabot
3-
intro: 'Learn how to configure {% data variables.product.prodname_dependabot %} to group updates across different ecosystems so that you receive a single, consolidated pull request per group instead of one pull request for each ecosystem.'
3+
intro: Learn how to configure {% data variables.product.prodname_dependabot %} to group updates across different ecosystems so that you receive a single, consolidated pull request per group instead of one pull request for each ecosystem.
44
permissions: '{% data reusables.permissions.dependabot-yml-configure %}'
55
allowTitleToDifferFromFilename: true
6-
type: how_to
6+
contentType: tutorials
77
versions:
88
fpt: '*'
99
ghec: '*'
@@ -14,7 +14,9 @@ topics:
1414
- Repositories
1515
- Dependencies
1616
- Pull requests
17-
shortTitle: Multi-ecosystem updates
17+
shortTitle: Configure multi-ecosystem updates
18+
redirect_from:
19+
- /code-security/dependabot/working-with-dependabot/configuring-multi-ecosystem-updates
1820
---
1921

2022
## About multi-ecosystem updates

0 commit comments

Comments
 (0)