From e7b8817df4fe8c6f261a15188691ed1770dfe661 Mon Sep 17 00:00:00 2001 From: sina-schlatter <165774278+sina-schlatter@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:31:31 +0100 Subject: [PATCH] Update renovate-with-renovate.md --- renovate-with-renovate.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/renovate-with-renovate.md b/renovate-with-renovate.md index 3215c46..914acd3 100644 --- a/renovate-with-renovate.md +++ b/renovate-with-renovate.md @@ -16,7 +16,15 @@ Dependabot Alerts, etc. [//]: # (ADD A SCREENSHOT FROM A PR) -## Post Upgrade Tasks +### Post Upgrade Tasks + +Renovate should perform further tasks when creating PRs (any shell commands possible), for example notification of the team via mail or execute linting. + +An alternative to Post Upgrade Tasks are Post Update Options. That comes with 12 preconfigured actions (npm/yarn, go, Ruby bundler, Helm), e.g. “go mod tidy” or “helm dependency update”. + +### RegEx Manager + +Finding dependencies in “custom file formats” that are not supported by the supplied managers. For example shell scripts (curl ...), or RUN in a Dockerfile or GitHub Actions parameters or custom JSON/YAML file formats. ## Integrated Automated Dependency Updates