Skip to content

Commit 08783c5

Browse files
committed
refine the note
1 parent a8c1a71 commit 08783c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can use {% data variables.product.prodname_actions %} to perform automated t
3636
## About {% data variables.product.prodname_dependabot %} and {% data variables.product.prodname_actions %}
3737

3838
> [!IMPORTANT]
39-
> If {% data variables.product.prodname_dependabot %} is enabled for a repository, it will always run on actions **bypassing both actions policy checks and disablement on repository and organization level**. This ensures that security and version update workflows always run when Dependabot is enabled.
39+
> If {% data variables.product.prodname_dependabot %} is enabled for a repository, it will always run on {% data variables.product.prodname_actions %}, **bypassing both Actions policy checks and disablement at the repository or organization level**. This ensures that security and version update workflows always run when Dependabot is enabled.
4040
4141
{% data variables.product.prodname_dependabot %} creates pull requests to keep your dependencies up to date. You can use {% data variables.product.prodname_actions %} to perform automated tasks when these pull requests are created. For example, fetch additional artifacts, add labels, run tests, or otherwise modify the pull request.
4242

0 commit comments

Comments
 (0)