Add dependabot version scanning config - #132
Conversation
NeethuESim
left a comment
There was a problem hiding this comment.
@brikin01 one danger I see with this version package update is regression issues. Existing flows might break because of incompatibility between packages after upgrade. Can you add some dependency here that update should be made only after the integration & unit tests pass with these changes ? Or if these changes are made after PR creation, then merge should be allowed only if all the integration & unit tests pass.
The typical flow is:
So I think there shouldn't be a problem there, in that our tests should catch any regressions before we ever merge. And from there we could either close the Dependabot PR or figure out how to use the latest version without breaking CI. Any rules around requiring tests to pass before merging will just be a matter of having stricter rules on our main branch, which I believe is part of the work of STESOL-557. |
|
cool. STESOL-557 will prevent any accidental merging for any PRs without the integration/unit tests passing. |
No description provided.