Skip to content

Commit

Permalink
Fix path to Dockerfile in README (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Sep 28, 2023
1 parent 6b3a89f commit c665c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository contains tools for updating dependencies in Azure DevOps reposit
In this repository you'll find:

1. Dependabot [updater](./updater) in Ruby. See [docs](./docs/updater.md).
2. Dockerfile and build/image for running the updater via Docker [here](./Dockerfile).
2. Dockerfile and build/image for running the updater via Docker [here](./updater/Dockerfile).
3. Dependabot [server](./server/) in .NET/C#. See [docs](./docs/server.md).
4. Azure DevOps [Extension](https://marketplace.visualstudio.com/items?itemName=tingle-software.dependabot) and [source](./extension).

Expand Down

0 comments on commit c665c9b

Please sign in to comment.