Skip to content

Commit 83ed5f5

Browse files
authored
[EDI] Troubleshooting Dependabot errors (#59568)
1 parent 574fd5b commit 83ed5f5

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

content/code-security/how-tos/secure-your-supply-chain/troubleshoot-dependency-security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ contentType: how-tos
1010
redirect_from:
1111
- /code-security/dependabot/troubleshooting-dependabot
1212
children:
13-
- /troubleshooting-dependabot-errors
1413
- /troubleshooting-the-detection-of-vulnerable-dependencies
1514
- /dependabot-updates-stopped
1615
- /troubleshooting-the-dependency-graph
1716
- /troubleshooting-dependabot-on-github-actions
1817
---
18+

content/code-security/how-tos/secure-your-supply-chain/troubleshoot-dependency-security/troubleshooting-dependabot-errors.md renamed to content/code-security/reference/supply-chain-security/dependabot-errors.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Troubleshooting Dependabot errors
3-
intro: Sometimes {% data variables.product.prodname_dependabot %} is unable to raise a pull request to update your dependencies. You can review the error and unblock {% data variables.product.prodname_dependabot %}.
2+
title: Dependabot errors
3+
intro: '{% data variables.product.prodname_dependabot %} automatically maintains your dependencies, keeping your code secure and current. This reference helps you diagnose and resolve issues so automated updates can continue.'
44
shortTitle: Troubleshoot Dependabot errors
55
redirect_from:
66
- /github/managing-security-vulnerabilities/troubleshooting-github-dependabot-errors
@@ -9,6 +9,7 @@ redirect_from:
99
- /code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-dependabot-errors
1010
- /code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors
1111
- /code-security/dependabot/troubleshooting-dependabot/troubleshooting-dependabot-errors
12+
- /code-security/how-tos/secure-your-supply-chain/troubleshoot-dependency-security/troubleshooting-dependabot-errors
1213
versions:
1314
fpt: '*'
1415
ghec: '*'
@@ -22,7 +23,7 @@ topics:
2223
- Troubleshooting
2324
- Errors
2425
- Dependencies
25-
contentType: how-tos
26+
contentType: reference
2627
---
2728

2829
This article provides troubleshooting information to help you resolve issues when {% data variables.product.prodname_dependabot %} doesn't work as expected. If you encounter errors when {% data variables.product.prodname_dependabot %} tries to update your dependencies, you can use this guidance to diagnose and fix common problems.

content/code-security/reference/supply-chain-security/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ children:
2424
- /supported-ecosystems-and-repositories
2525
- /dependency-graph-supported-package-ecosystems
2626
- /dependabot-on-actions
27+
- /dependabot-errors
2728
redirect_from:
2829
- /code-security/dependabot/ecosystems-supported-by-dependabot
2930
---

data/learning-tracks/code-security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependabot_alerts:
5656
- >-
5757
/code-security/how-tos/secure-your-supply-chain/troubleshoot-dependency-security/troubleshooting-the-detection-of-vulnerable-dependencies
5858
- >-
59-
/code-security/how-tos/secure-your-supply-chain/troubleshoot-dependency-security/troubleshooting-dependabot-errors
59+
/code-security/reference/supply-chain-security/dependabot-errors
6060
dependabot_security_updates:
6161
title: Get pull requests to update your vulnerable dependencies
6262
description: >-
@@ -104,7 +104,7 @@ dependency_version_updates:
104104
- >-
105105
/code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/managing-pull-requests-for-dependency-updates
106106
- >-
107-
/code-security/how-tos/secure-your-supply-chain/troubleshoot-dependency-security/troubleshooting-dependabot-errors
107+
/code-security/reference/supply-chain-security/dependabot-errors
108108
secret_scanning:
109109
title: Scan for secrets
110110
description: >-

0 commit comments

Comments
 (0)