-
Notifications
You must be signed in to change notification settings - Fork 403
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
chore: enable Dependabot updates #3697
Conversation
/nucleus test |
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.
There are a few dependencies that we don't update like prettier and some resolutions like jasmine-core, semver. Can we do something about them?
schedule: | ||
interval: "weekly" | ||
# Create a group of dependencies to be updated together in one pull request | ||
groups: |
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.
Do we need all these groups?
# Create a group of dependencies to be updated together in one pull request | ||
groups: | ||
# Specify a name for the group, which will be used in pull request titles and branch names | ||
wdio-deps-udpate: |
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.
Typo here and elsewhere: udpate
instead of update
.
We can't fix this without a lot of churn. For now, we should
For
|
Superseded by #4130. Incidentally a lot of things have changed in the past ~6 months so we don't need to pin as many dependencies. |
Details
First try on enabling Dependabot for weekly automatic dependency updates.
Does this pull request introduce a breaking change?
Does this pull request introduce an observable change?
GUS work item