Skip to content

Commit bf8e406

Browse files
authored
Clarify this example repo is mostly platform-agnostic (#25)
We have a number of users running Dependabot on other platforms. Clarify that this example repo is relevant to them as well.
1 parent 6257dff commit bf8e406

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010

1111
This repo serves as an example of how to use Dependabot CLI for updates. It is intended as a starting point for advanced users to run a self-hosted version of Dependabot within their own projects.
1212

13-
If you're looking for a hassle-free Dependabot experience, check out the hosted [Dependabot Service](https://docs.github.com/en/github/administering-a-repository/about-dependabot-version-updates).
13+
For a hassle-free Dependabot experience, check out the hosted [Dependabot Service](https://docs.github.com/en/github/administering-a-repository/about-dependabot-version-updates).
1414

1515
This repo uses an Action which downloads and runs Dependabot CLI. To run the Action you would go to [the Action in the Actions tab](https://github.com/dependabot/example-cli-usage/actions/workflows/example.yml), and run it.
1616

1717
To see what the results look like, go check out the Pull Requests.
1818

19+
While this example repo runs on GitHub Actions, none of the Dependabot bits are specific to GitHub, so it should be straightforward to port it to any other CI system.
20+
1921
## Implementation details
2022

2123
The Action is defined at [.github/workflows/example.yml](.github/workflows/example.yml).

0 commit comments

Comments
 (0)