1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Merge pull request #41787 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2025-12-11 01:37:01 -08:00
committed by GitHub
4 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
There are 6 different banner images to use on landing pages.
Journey landing pages
- hero-1
- hero-2
Bespoke landing pages
- hero-3
- hero-4
Discovery landing pages
- hero-5
- hero-6

View File

@@ -24,7 +24,7 @@ With {% data variables.copilot.copilot_auto_model_selection %}, you benefit from
* Discounted multipliers for paid plans ({% data variables.copilot.copilot_chat_short %} only)
{% data variables.copilot.copilot_auto_model_selection_short_cap_a %} **won't** include these models:
* Models excluded by individual or administrator policies. See [AUTOTITLE](/copilot/how-tos/use-ai-models/configure-access-to-ai-models).
* Models excluded by administrator policies. See [AUTOTITLE](/copilot/how-tos/use-ai-models/configure-access-to-ai-models).
* Models with premium request multipliers greater than one. See [AUTOTITLE](/copilot/reference/ai-models/supported-models#model-multipliers).
* Models not available in your plan. See [AUTOTITLE](/copilot/reference/ai-models/supported-models#supported-ai-models-per-copilot-plan).

View File

@@ -40,7 +40,6 @@ You can enable access in two ways:
>[!NOTE]
> * Some models may not be available depending on your plan. See [AUTOTITLE](/copilot/about-github-copilot/plans-for-github-copilot#models).
> * Models available in {% data variables.copilot.copilot_auto_model_selection %} will follow the policies set by users and align to individual plans. See [AUTOTITLE](/copilot/concepts/auto-model-selection).
## Setup for organization and enterprise use

View File

@@ -117,6 +117,7 @@ For more information about using {% data variables.product.prodname_dependabot_v
{% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files:
* `build.gradle`, `build.gradle.kts` (for Kotlin projects)
* `gradle/libs.versions.toml` (for projects using a standard Gradle version catalog)
* `gradle.lockfile` (for projects using Gradle dependency locking)
* Files included via the `apply` declaration that have `dependencies` in the filename. Note that `apply` does not support `apply to`, recursion, or advanced syntaxes (for example, Kotlin's `apply` with `mapOf`, filenames defined by property).
{% data variables.product.prodname_dependabot %} uses information from the `pom.xml` file of dependencies to add links to release information in update pull requests. If the information is omitted from the `pom.xml` file, then it cannot be included in {% data variables.product.prodname_dependabot %} pull requests, see [AUTOTITLE](/code-security/dependabot/ecosystems-supported-by-dependabot/optimizing-java-packages-dependabot).