Fix typos and change some grammatical constructions

This commit is contained in:
daniel.motzko
2021-07-02 13:54:18 +02:00
parent ea00db0ac6
commit 51c8a54795
54 changed files with 185 additions and 152 deletions

View File

@@ -2,9 +2,11 @@
title: "Dependency Update Scan"
ring: trial
quadrant: methods-and-patterns
---
Tools for automated dependency updates continue to offer a big productivity gain when integrated well into the build workflow.
Nonetheless, this comes not without a word of warning. While it's great in theory, constant updates might quickly lead to a bombardment of merge requests. It is crucial that the chosen tools work reliably and are really well integrated. Otherwise, this might become overwhelming for teams. As an alternative, we also had good experience with disabled automatic merge requests and just manually triggered a job when we wanted to take care of the updates.
Nonetheless, this comes not without a word of warning.
While it's great in theory, constant updates might quickly lead to a bombardment of merge requests.
It is crucial that the chosen tools work reliably and are really well integrated. Otherwise, this might become overwhelming for teams.
As an alternative, we also had good experience with disabled automatic merge requests and just manually triggered a job when we wanted to take care of the updates.