Skip to content

Commit b70c56f

Browse files
authored
Merge pull request #62504 from github/repo-sync
Repo sync
2 parents 4eaabd4 + 7c606a5 commit b70c56f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

content/code-security/how-tos/maintain-quality-code/disable-code-quality.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ category:
1717

1818
{% data reusables.repositories.navigate-to-repo %}
1919
{% data reusables.repositories.sidebar-settings %}
20-
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.
21-
1. Click **Disable**.
22-
1. Click **Save changes**.
20+
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.
21+
1. Under **{% data variables.product.prodname_code_quality_short %} analysis**, toggle from **On** to **Off**.
2322

2423
This stops all future {% data variables.product.prodname_code_quality_short %} scans, and the billing they generate, for that repository.
2524

content/code-security/tutorials/secure-your-dependencies/customizing-dependabot-prs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To specify your preferences explicitly, use `commit-message` together with the f
137137
* Prefix is also added to the start of the pull request title.
138138
* `prefix-development`:
139139
* Specifies a separate prefix for all commit messages that update development dependencies, as defined by the package manager or ecosystem.
140-
* Supported for `bundler`, `composer`, `mix`, `maven`, `npm`, and `pip`.
140+
* Supported for `bundler`, `composer`, `mix`, `maven`, `npm`, `pip`, and `uv`.
141141
* `include: "scope"`:
142142
* Specifies that any prefix is followed by the dependency types (`deps` or `deps-dev`) updated in the commit.
143143

0 commit comments

Comments
 (0)