Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update GUIDELINES.md
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
  • Loading branch information
haddasbronfman and pichlermarc authored Aug 9, 2023
commit 14bd615f343b2f7efc7e7e2525865caa16c66ac4
3 changes: 2 additions & 1 deletion GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ 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).

As this behavior might leave our users with outdated libraries, 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.
> [!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.

### "Dependencies of the same monorepo"

Expand Down