From 92050b55adc6a6973426edfae77360e9fc39465a Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Wed, 23 Aug 2023 12:01:51 -0400 Subject: [PATCH] docs: fix broken link to renovate.json (#4085) --- doc/GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/GUIDELINES.md b/doc/GUIDELINES.md index c4b5d09d7b..ea349fdde7 100644 --- a/doc/GUIDELINES.md +++ b/doc/GUIDELINES.md @@ -15,7 +15,7 @@ This section refers to `"dependencies"` and `"devDependencies"` entries in `pack **Example:** `^1.2.3` might inadvertently lead to version `1.2.6` which includes unintended breaking changes). > [!NOTE] -> As this approach might leave our project with outdated tooling, we adopt `renovate-bot`. This automated dependency update tool proactively opens pull requests upon the release of new patch/minor/major versions. The complete configuration for renovate-bot can be found in [renovate.json](./renovate.json) file. +> As this approach might leave our project with outdated tooling, we adopt `renovate-bot`. This automated dependency update tool proactively opens pull requests upon the release of new patch/minor/major versions. The complete configuration for renovate-bot can be found in [renovate.json](../renovate.json) file. ### @opentelemetry/* dependencies