From 8dbf4c973798634456215b651fd285520e339868 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Thu, 8 May 2025 08:37:18 -0600 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc5319..12c2f52 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The results are redirected to a file and uploaded as artifacts. The second job downloads the artifact and creates PRs from it using the script [create.sh](create.sh). -The reason there are two jobs is Dependabot CLI should only run with read-only tokens as some ecosystem may execute arbitrary code. To achieve that in Actions we must use two jobs with `permissions` defined differently. +The reason there are two jobs is Dependabot CLI should only run with read-only tokens as some ecosystems may execute arbitrary code. To achieve that in Actions we must use two jobs with `permissions` defined differently. Also take a look at the [Dependabot Smoke Tests repo](https://github.com/dependabot/smoke-tests/tree/main/tests) for example inputs and expected outputs.