docs: fix typo in dependabot-execution rule description (#1428)

This commit is contained in:
Daniel D. Beck 2025-12-10 10:12:11 +01:00 committed by GitHub
parent e0aa73cc7f
commit 1f71a18100
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -519,7 +519,7 @@ In general, you should enable `cooldown` for all updaters.
Detects usages of `insecure-external-code-execution` in Dependabot configuration
files.
By default, Dependabot does not execution code from dependency manifests
By default, Dependabot does not execute code from dependency manifests
during updates. However, users can opt in to this behavior by setting
`#!yaml insecure-external-code-execution: allow` in their Dependabot
configuration.