From 4528d252f66e955908d9d5da904ce3f1fabbb732 Mon Sep 17 00:00:00 2001 From: Ido David <36866853+ido-namely@users.noreply.github.com> Date: Mon, 11 Jul 2022 18:02:03 -0400 Subject: [PATCH] Update .github/README.md Co-authored-by: Steve Ognibene --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 813faf20..681172ff 100644 --- a/.github/README.md +++ b/.github/README.md @@ -15,7 +15,7 @@ However, in cases such as this repo where the dependencies are managed in propri ## How is Renovate used in this repo? In this repo, we have a variety of dependencies pinned to specific versions, primarly to create reproducible, testable builds.\ -Most of these dependencies are installed in the built docker images and are referenced in [Dockerfile](../Dockerfile). However, their versions are set separatly in [variables.sh](../variables.sh), which means most PRs opened by `Renovate` will attempt to update this file. +Most of these dependencies are installed in the built docker images and are referenced in [Dockerfile](../Dockerfile). However, their versions are set separately in [variables.sh](../variables.sh), which means most PRs opened by `Renovate` will attempt to update this file. Because it is a proprietary file, we leverage `Renovate`'s support of using Regular Expressions to find & replace dependencies versions. The different sources used to find dependencies include `npm`, `Go`, and `Github Releases`.