Skip to content

Commit fc888b8

Browse files
[EDI] Create a new "Supply chain security" map topic within "Reference" (#59139)
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
1 parent c7ecf7d commit fc888b8

File tree

10 files changed

+41
-32
lines changed

10 files changed

+41
-32
lines changed

content/code-security/dependabot/ecosystems-supported-by-dependabot/index.md

Lines changed: 0 additions & 19 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
@@ -14,7 +14,6 @@ topics:
1414
- Repositories
1515
- Dependencies
1616
children:
17-
- /ecosystems-supported-by-dependabot
1817
- /dependabot-alerts
1918
- /dependabot-auto-triage-rules
2019
- /dependabot-version-updates

content/code-security/dependabot/working-with-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
- /automating-dependabot-with-github-actions
1818
- /configuring-multi-ecosystem-updates
19-
- /dependabot-options-reference
2019
- /setting-dependabot-to-run-on-self-hosted-runners-using-arc
2120
- /setting-dependabot-to-run-on-github-hosted-runners-using-vnet
2221
---

content/code-security/reference/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ topics:
1616
- Dependabot
1717
contentType: reference
1818
children:
19-
- code-scanning
19+
- /code-scanning
20+
- /supply-chain-security
2021
---

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md renamed to content/code-security/reference/supply-chain-security/dependabot-options-reference.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
---
22
title: Dependabot options reference
3-
intro: 'Detailed information for all the options you can use to customize how {% data variables.product.prodname_dependabot %} maintains your repositories.'
3+
intro: Detailed information for all the options you can use to customize how {% data variables.product.prodname_dependabot %} maintains your repositories.
44
permissions: '{% data reusables.permissions.dependabot-yml-configure %}'
55
allowTitleToDifferFromFilename: true
66
redirect_from:
77
- /github/administering-a-repository/configuration-options-for-dependency-updates
88
- /code-security/supply-chain-security/configuration-options-for-dependency-updates
99
- /code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
1010
- /code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
11+
- /code-security/dependabot/working-with-dependabot/dependabot-options-reference
1112
versions:
1213
fpt: '*'
1314
ghec: '*'
1415
ghes: '*'
15-
type: reference
1616
topics:
1717
- Dependabot
1818
- Version updates
1919
- Repositories
2020
- Dependencies
2121
- Pull requests
22-
shortTitle: Dependabot options reference
22+
shortTitle: Dependabot options
23+
contentType: reference
2324
---
2425

2526
## About the `dependabot.yml` file

content/code-security/supply-chain-security/understanding-your-software-supply-chain/dependency-graph-supported-package-ecosystems.md renamed to content/code-security/reference/supply-chain-security/dependency-graph-supported-package-ecosystems.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Dependency graph supported package ecosystems
3-
shortTitle: Dependency graph ecosystem support # Max 31 characters
4-
intro: 'Dependency graph supports a variety of ecosystems.'
3+
shortTitle: Dependency graph ecosystems
4+
intro: Dependency graph supports a variety of ecosystems.
55
allowTitleToDifferFromFilename: true
6-
type: reference
76
topics:
87
- Dependency graph
98
- Dependencies
@@ -14,6 +13,9 @@ versions:
1413
fpt: '*'
1514
ghec: '*'
1615
ghes: '*'
16+
redirect_from:
17+
- /code-security/supply-chain-security/understanding-your-software-supply-chain/dependency-graph-supported-package-ecosystems
18+
contentType: reference
1719
---
1820

1921
## About the dependency graph
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Reference for supply chain security
3+
shortTitle: Supply chain security
4+
intro: Find information to apply to your work with {% data variables.product.prodname_dependabot %} and the dependency graph.
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
topics:
10+
- Dependabot
11+
- Version updates
12+
- Repositories
13+
- Dependencies
14+
- Pull requests
15+
- Dependency graph
16+
- Alerts
17+
- Vulnerabilities
18+
contentType: reference
19+
children:
20+
- /dependabot-options-reference
21+
- /supported-ecosystems-and-repositories
22+
- /dependency-graph-supported-package-ecosystems
23+
redirect_from:
24+
- /code-security/dependabot/ecosystems-supported-by-dependabot
25+
---

content/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories.md renamed to content/code-security/reference/supply-chain-security/supported-ecosystems-and-repositories.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Dependabot supported ecosystems and repositories
3-
shortTitle: Dependabot ecosystem support # Max 31 characters
3+
shortTitle: Dependabot ecosystems
44
intro: '{% data variables.product.prodname_dependabot %} supports a variety of ecosystems and repositories'
55
allowTitleToDifferFromFilename: true
6-
type: reference
76
topics:
87
- Dependabot
98
- Dependencies
@@ -14,6 +13,9 @@ versions:
1413
fpt: '*'
1514
ghec: '*'
1615
ghes: '*'
16+
redirect_from:
17+
- /code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories
18+
contentType: reference
1719
---
1820

1921
## About {% data variables.product.prodname_dependabot %}

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

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

data/learning-tracks/code-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependency_version_updates:
8888
- >-
8989
/code-security/dependabot/dependabot-version-updates/customizing-dependabot-prs
9090
- >-
91-
/code-security/dependabot/working-with-dependabot/dependabot-options-reference
91+
/code-security/reference/supply-chain-security/dependabot-options-reference
9292
- >-
9393
/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/keeping-your-actions-up-to-date-with-dependabot
9494
- >-

0 commit comments

Comments
 (0)