-
Notifications
You must be signed in to change notification settings - Fork 406
#RI-3478 - automatic update dependencies versions #2493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#RI-3478 - automatic update dependencies versions #2493
Conversation
# Conflicts: # .circleci/config.yml
.circleci/config.yml
Outdated
# Workflow for feature, bugfix, main branches | ||
feature-main-branch: | ||
jobs: | ||
- licenses-check: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we must move it after approve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's run weekly very rare, let it be automatic to don't forget about this
- main | ||
jobs: | ||
# Process all licenses | ||
- licenses-check: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also if we have such checks on weekly basis, why do we need it for feature/main branches?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was for test, removed
#RI-3478 - automatic update dependencies versions