Skip to content

Commit 5534ca9

Browse files
Merge branch 'main' into patch-2
2 parents e1f6253 + db0fd27 commit 5534ca9

File tree

46 files changed

+47102
-386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+47102
-386
lines changed

content/actions/how-tos/manage-runners/larger-runners/use-custom-images.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ product: '{% data variables.actions.github_hosted_larger_runners %} are only ava
88

99
---
1010

11+
{% data reusables.actions.custom-images-public-preview-note %}
12+
1113
## Custom images
1214

1315
You can create a custom image to define the exact environment that your {% data variables.actions.github_hosted_larger_runners %} use. Custom images let you preinstall tools, dependencies, and configurations to speed up workflows and improve consistency across jobs.

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,15 @@ The table below shows the package managers for which SemVer is supported.
223223
| Gradle | {% octicon "check" aria-label="Supported" %} |
224224
| Helm | {% octicon "x" aria-label="Not supported" %} |
225225
| Hex (Hex) | {% octicon "check" aria-label="Supported" %} |
226+
| {% ifversion dependabot-julia-support %} |
227+
| Julia | {% octicon "check" aria-label="Supported" %} |
228+
| {% endif %} |
226229
| Maven | {% octicon "check" aria-label="Supported" %} |
227230
| NPM and Yarn | {% octicon "check" aria-label="Supported" %} |
228231
| NuGet | {% octicon "check" aria-label="Supported" %} |
232+
| {% ifversion dependabot-opentofu-support %} |
233+
| OpenTofu | {% octicon "check" aria-label="Supported" %} |
234+
| {% endif %} |
229235
| Pip | {% octicon "check" aria-label="Supported" %} |
230236
| Pub | {% octicon "check" aria-label="Supported" %} |
231237
| Swift | {% octicon "check" aria-label="Supported" %} |
@@ -502,6 +508,9 @@ Package manager | YAML value | Supported versions |
502508
| Helm Charts | `helm` | v3 |
503509
| {% endif %} |
504510
| Hex | `mix` | v1 |
511+
| {% ifversion dependabot-julia-support %} |
512+
| Julia | `julia` | >=v1.10 |
513+
| {% endif %} |
505514
| elm-package | `elm` | v0.19 |
506515
| git submodule | `gitsubmodule` | Not applicable |
507516
| {% data variables.product.prodname_actions %} | `github-actions` | Not applicable |
@@ -510,6 +519,9 @@ Package manager | YAML value | Supported versions |
510519
| Maven | `maven` | Not applicable |
511520
| npm | `npm` | v7, v8, v9, v10 |
512521
| NuGet | `nuget` | {% ifversion fpt or ghec or ghes > 3.14 %}<=6.12.0{% endif %} |
522+
| {% ifversion dependabot-opentofu-support %} |
523+
| OpenTofu | `opentofu` | Not applicable |
524+
| {% endif %} |
513525
| pip| `pip` | v24.2 |
514526
| pip-compile | `pip` | 7.4.1 |
515527
| pipenv | `pip` | <= 2024.4.1 |

content/copilot/how-tos/use-copilot-agents/coding-agent/create-custom-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To configure your {% data variables.copilot.agent_profile %}:
8989
1. If creating an organization or enterprise level agent on {% data variables.product.github %}, you can use the `mcp-servers` property to optionally configure MCP servers that will be available only to this agent to extend its capabilities.
9090
1. If you are creating and using the {% data variables.copilot.agent_profile %} in {% data variables.product.prodname_vscode_shortname %}, JetBrains IDEs, Eclipse, or Xcode, you can also use the `model` property to control which AI model the agent should use.
9191
1. Optionally, set the `target` property to either `vscode` or `github-copilot` if you want to only use the agent in a specific environment. The agent will be available in both environments if you omit the property.
92-
1. Write the agent's prompt. Define the agent's behavior, expertise, and instructions in the Markdown content below the YAML frontmatter.
92+
1. Write the agent's prompt. Define the agent's behavior, expertise, and instructions in the Markdown content below the YAML frontmatter. The prompt can be a maximum of 30,000 characters.
9393

9494
## Example {% data variables.copilot.agent_profiles %}
9595

content/copilot/reference/custom-agents-configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This reference article provides detailed configuration information for {% data v
1515

1616
## YAML frontmatter properties
1717

18-
The following table outlines the properties that are supported in repository-level {% data variables.copilot.agent_profiles %}, organization or enterprise level {% data variables.copilot.agent_profiles %}, and in {% data variables.product.prodname_vscode_shortname %}.
18+
The following table outlines the properties that are supported in repository-level {% data variables.copilot.agent_profiles %}, organization or enterprise level {% data variables.copilot.agent_profiles %}, and in {% data variables.product.prodname_vscode_shortname %}. The configuration file's name (minus `.md` or `.agent.md`) is used for deduplication between levels so that the lowest level configuration takes precedence.
1919

2020
{% rowheaders %}
2121

2222
| Property | Type | Purpose | Repository | Organization / enterprise | {% data variables.product.prodname_vscode_shortname %}, JetBrains IDEs, Eclipse, and Xcode |
2323
| ------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | ------------------------- | ------------------ |
24-
| `name` | string | Unique name for the {% data variables.copilot.copilot_custom_agent_short %}. Optional, if unset defaults to the filename (without `.md` or `.agent.md` suffix). <br/> Lowest level configuration takes precedence when there is a naming conflict. | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
24+
| `name` | string | Display name for the {% data variables.copilot.copilot_custom_agent_short %}. Optional. | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
2525
| `description` | **Required** string | Description of the {% data variables.copilot.copilot_custom_agent_short %}'s purpose and capabilities | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
2626
| `target` | string | Target environment or context for the {% data variables.copilot.copilot_custom_agent_short %} (`vscode` or `github-copilot`). If unset, defaults to both environments. | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
2727
| `tools` | list of strings, string | List of tool names the {% data variables.copilot.copilot_custom_agent_short %} can use. Supports both a comma separated string and yaml string array. If unset, defaults to all tools. See [Tools](#tools). | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
@@ -31,6 +31,8 @@ The following table outlines the properties that are supported in repository-lev
3131

3232
{% endrowheaders %}
3333

34+
Define the agent's behavior, expertise, and instructions in the Markdown content below the YAML frontmatter. The prompt can be a maximum of 30,000 characters.
35+
3436
> [!NOTE]
3537
> The `model`, `argument-hint`, and `handoffs` properties from {% data variables.product.prodname_vscode_shortname %} and other IDE {% data variables.copilot.custom_agents_short %} are currently not supported for {% data variables.copilot.copilot_coding_agent %} on {% data variables.product.prodname_dotcom_the_website %}. They are ignored to ensure compatibility. For more information on {% data variables.copilot.copilot_custom_agent_short %} file structure in {% data variables.product.prodname_vscode_shortname %}, see [{% data variables.copilot.custom_agents_caps_short %} in {% data variables.product.prodname_vscode_shortname %}](https://code.visualstudio.com/docs/copilot/customization/custom-agents#_custom-agent-file-structure) in the {% data variables.product.prodname_vscode_shortname %} documentation.
3638

content/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ If you manage multiple organizations with an enterprise account, you can help me
4646

4747
## Adding a public organization profile README
4848

49+
>[!NOTE] Public organizations are not available with {% data variables.product.prodname_emus %}.
50+
4951
The content of public `README.md` will appear on your organization's public profile.
5052

5153
1. If your organization does not already have a public `.github` repository, create a public `.github` repository.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: #20647
2+
# Adding community ecosystems to Dependabot docs #20647
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '> 3.19'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: #20205
2+
# Dependabot version updates now support Julia
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '> 3.19'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: #20650
2+
# OpenTofu support for Dependabot
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '> 3.19'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
> [!NOTE]
2+
> Custom images are in {% data variables.release-phases.public_preview %} and subject to change.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The following ecosystems are maintained by their upstream community maintainers. {% data variables.product.github %} integrates {% data variables.product.prodname_dependabot %} with these ecosystems but does not maintain them directly.

0 commit comments

Comments
 (0)