-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Add Dependabot config for Bundler dependencies #8516
Conversation
ef09e67
to
5a011eb
Compare
5a011eb
to
7111a5c
Compare
@mourner @Falke-Design I've restored the NPM script and updated things so Ruby 3 should also work. Looks like the lockfile from my M1 Mac is causing issues, so I will regen it on another machine. |
7111a5c
to
8e314a5
Compare
Nice, the CI is all green now ✔️ |
8e314a5
to
ba87c4b
Compare
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.
Looks good to me, but would still want a comment on this:
If you reverted to supporting both v2 and v3, should we drop the
.ruby-version
file as well then so that there's no specific Ruby version installation hassle when running docs locally?
I think we should keep the For example the Github Action we use to set up Ruby works out of the box with it, and |
Adds a Dependabot config to keep our Bundler dependencies up to date.