You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,11 @@ The second job downloads the artifact and creates PRs from it using the script [
21
21
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.
22
22
23
23
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.
24
+
25
+
## Where can I go for help?
26
+
27
+
If you are having issues with the updates to a specific ecosystem, head over to [dependabot-core](https://github.com/dependabot/dependabot-core).
28
+
29
+
If there is a problem with running the Dependabot CLI, report that in the [CLI repo](https://github.com/dependabot/cli).
30
+
31
+
We do not provide direct support for the scripts and workflows in this repo, this is only to serve as an example.
0 commit comments