Skip to content

Commit 062e33b

Browse files
📖 Dependabot config file link (#1498)
* Dependabot config file link It seems like dependabot.com is gone and the documentation of configuration file has now moved to https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates * Updated dependabot docs link Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
1 parent 0d76dea commit 062e33b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/checks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ The highest score is awarded when all workflows avoid the dangerous code pattern
291291
Risk: `High` (possibly vulnerable to attacks on known flaws)
292292

293293
This check tries to determine if the project uses a dependency update tool,
294-
specifically [dependabot](https://dependabot.com/docs/config-file/) or
294+
specifically [dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates) or
295295
[renovatebot](https://docs.renovatebot.com/configuration-options/). Out-of-date
296296
dependencies make a project vulnerable to known flaws and prone to attacks.
297297
These tools automate the process of updating dependencies by scanning for
@@ -309,7 +309,7 @@ low score is therefore not a definitive indication that the project is at risk.
309309

310310

311311
**Remediation steps**
312-
- Signup for automatic dependency updates with [dependabot](https://dependabot.com/docs/config-file/) or [renovatebot](https://docs.renovatebot.com/configuration-options/) and place the config file in the locations that are recommended by these tools. Due to https://github.com/dependabot/dependabot-core/issues/2804 Dependabot can be enabled for forks where security updates have ever been turned on so projects maintaining stable forks should evaluate whether this behavior is satisfactory before turning it on.
312+
- Signup for automatic dependency updates with [dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates) or [renovatebot](https://docs.renovatebot.com/configuration-options/) and place the config file in the locations that are recommended by these tools. Due to https://github.com/dependabot/dependabot-core/issues/2804 Dependabot can be enabled for forks where security updates have ever been turned on so projects maintaining stable forks should evaluate whether this behavior is satisfactory before turning it on.
313313

314314
## Fuzzing
315315

docs/checks/internal/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ checks:
5050
Risk: `High` (possibly vulnerable to attacks on known flaws)
5151
5252
This check tries to determine if the project uses a dependency update tool,
53-
specifically [dependabot](https://dependabot.com/docs/config-file/) or
53+
specifically [dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates) or
5454
[renovatebot](https://docs.renovatebot.com/configuration-options/). Out-of-date
5555
dependencies make a project vulnerable to known flaws and prone to attacks.
5656
These tools automate the process of updating dependencies by scanning for
@@ -69,7 +69,7 @@ checks:
6969
remediation:
7070
- >-
7171
Signup for automatic dependency updates with
72-
[dependabot](https://dependabot.com/docs/config-file/) or
72+
[dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates) or
7373
[renovatebot](https://docs.renovatebot.com/configuration-options/) and place
7474
the config file in the locations that are recommended by these tools. Due to
7575
https://github.com/dependabot/dependabot-core/issues/2804 Dependabot can

0 commit comments

Comments
 (0)