Skip to content

Commit 97a2bde

Browse files
authored
Merge pull request #41787 from github/repo-sync
Repo sync
2 parents 8d76290 + ca49097 commit 97a2bde

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
There are 6 different banner images to use on landing pages.
2+
3+
Journey landing pages
4+
- hero-1
5+
- hero-2
6+
7+
Bespoke landing pages
8+
- hero-3
9+
- hero-4
10+
11+
Discovery landing pages
12+
- hero-5
13+
- hero-6

content/copilot/concepts/auto-model-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ With {% data variables.copilot.copilot_auto_model_selection %}, you benefit from
2424
* Discounted multipliers for paid plans ({% data variables.copilot.copilot_chat_short %} only)
2525

2626
{% data variables.copilot.copilot_auto_model_selection_short_cap_a %} **won't** include these models:
27-
* Models excluded by individual or administrator policies. See [AUTOTITLE](/copilot/how-tos/use-ai-models/configure-access-to-ai-models).
27+
* Models excluded by administrator policies. See [AUTOTITLE](/copilot/how-tos/use-ai-models/configure-access-to-ai-models).
2828
* Models with premium request multipliers greater than one. See [AUTOTITLE](/copilot/reference/ai-models/supported-models#model-multipliers).
2929
* Models not available in your plan. See [AUTOTITLE](/copilot/reference/ai-models/supported-models#supported-ai-models-per-copilot-plan).
3030

content/copilot/how-tos/use-ai-models/configure-access-to-ai-models.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ You can enable access in two ways:
4040

4141
>[!NOTE]
4242
> * Some models may not be available depending on your plan. See [AUTOTITLE](/copilot/about-github-copilot/plans-for-github-copilot#models).
43-
> * 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).
4443
4544
## Setup for organization and enterprise use
4645

data/reusables/dependabot/supported-package-managers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ For more information about using {% data variables.product.prodname_dependabot_v
117117
{% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files:
118118
* `build.gradle`, `build.gradle.kts` (for Kotlin projects)
119119
* `gradle/libs.versions.toml` (for projects using a standard Gradle version catalog)
120+
* `gradle.lockfile` (for projects using Gradle dependency locking)
120121
* 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).
121122

122123
{% 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).

0 commit comments

Comments
 (0)