From 2ac6f1350e71f45b11710c1cf8c5c16ba6daf6ed Mon Sep 17 00:00:00 2001 From: finn Date: Fri, 15 Nov 2024 15:21:25 -0800 Subject: [PATCH] Document renovate in CONTRINUTING --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c3b4f7..476d5d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -181,6 +181,12 @@ export ARTIFACTORY_PASSWORD=yourPassword mvn deploy --settings .maven_settings.xml ``` +## Dependency Updates + +This project is configured to use RenovateBot. When a new version of dependency is released, Renovate will open a PR to update the +dependant version. There are a lot of available options, but the defaults are pretty safe. The available options are documented in +the [RenovateBot docs](https://docs.renovatebot.com). + ## Communications ### Issues