diff --git a/content/code-security/how-tos/maintain-quality-code/disable-code-quality.md b/content/code-security/how-tos/maintain-quality-code/disable-code-quality.md index 1bf3656bba5d..ed8107eff599 100644 --- a/content/code-security/how-tos/maintain-quality-code/disable-code-quality.md +++ b/content/code-security/how-tos/maintain-quality-code/disable-code-quality.md @@ -17,9 +17,8 @@ category: {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} -1. In the sidebar, under "Security", click **{% data variables.code-quality.code_quality_ui_settings %}** to display the "{% data variables.code-quality.code_quality_ui %}" page. -1. Click **Disable**. -1. Click **Save changes**. +1. In the sidebar, under **{% data variables.product.prodname_security_and_quality_tab %}**, click **{% data variables.code-quality.code_quality_ui_settings %}** to display the "{% data variables.code-quality.code_quality_ui %}" page. +1. Under **{% data variables.product.prodname_code_quality_short %} analysis**, toggle from **On** to **Off**. This stops all future {% data variables.product.prodname_code_quality_short %} scans, and the billing they generate, for that repository. diff --git a/content/code-security/tutorials/secure-your-dependencies/customizing-dependabot-prs.md b/content/code-security/tutorials/secure-your-dependencies/customizing-dependabot-prs.md index 3254c92a0d0a..7b1f4ecc0883 100644 --- a/content/code-security/tutorials/secure-your-dependencies/customizing-dependabot-prs.md +++ b/content/code-security/tutorials/secure-your-dependencies/customizing-dependabot-prs.md @@ -137,7 +137,7 @@ To specify your preferences explicitly, use `commit-message` together with the f * Prefix is also added to the start of the pull request title. * `prefix-development`: * Specifies a separate prefix for all commit messages that update development dependencies, as defined by the package manager or ecosystem. - * Supported for `bundler`, `composer`, `mix`, `maven`, `npm`, and `pip`. + * Supported for `bundler`, `composer`, `mix`, `maven`, `npm`, `pip`, and `uv`. * `include: "scope"`: * Specifies that any prefix is followed by the dependency types (`deps` or `deps-dev`) updated in the commit.