You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/tutorials/copilot-chat-cookbook/analyze-security/manage-dependency-updates.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,6 @@ Once you've committed the `dependabot.yml` file to your repository, {% data vari
90
90
91
91
### Example scenario
92
92
93
-
### Example scenario
94
-
95
93
Let's say your team has been using the basic {% data variables.product.prodname_dependabot %} configuration for a few months, and you're getting lots of dependency update pull requests. However, you're finding that:
96
94
97
95
* Pull requests are sitting un-reviewed because no one is automatically assigned.
Copy file name to clipboardExpand all lines: src/automated-pipelines/README.md
+147Lines changed: 147 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,3 +53,150 @@ Slack: `#docs-engineering`
53
53
Repo: `github/docs-engineering`
54
54
55
55
If you have a question about automation pipelines, you can ask in the `#docs-engineering` Slack channel. If you notice a problem with one of the automation pipelines, you can open an issue in the `github/docs-engineering` repository.
Copy file name to clipboardExpand all lines: src/codeql-cli/README.md
+76Lines changed: 76 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,79 @@ Slack: `#docs-engineering`
46
46
Repo: `github/docs-engineering`
47
47
48
48
If you have a question about the CodeQL CLI pipeline, you can ask in the `#docs-engineering` Slack channel. If you notice a problem with the CodeQL CLI pipeline, you can open an issue in the `github/docs-engineering` repository.
49
+
50
+
## Dependency Matrix
51
+
52
+
### Required dependencies
53
+
54
+
| Dependency | Purpose | Installation | Notes |
55
+
|------------|---------|--------------|-------|
56
+
|**Pandoc**| Convert ReStructuredText to Markdown |`brew install pandoc` (macOS) | Version 2.x+ required |
57
+
|**semmle-code repo**| Source ReStructuredText files | Clone at root of docs-internal | Private GitHub repo |
58
+
|**Node.js**| Run sync script | Already in project | Version specified in `.nvmrc`|
59
+
60
+
### Source data location
61
+
-**Repository**: `github/semmle-code` (private)
62
+
-**Branch**: Configurable (default: `main`)
63
+
-**Source files**: ReStructuredText documentation in semmle-code
0 commit comments