-
Notifications
You must be signed in to change notification settings - Fork 557
Add a devcontainer, since the default for codespaces is node 16 :0 #2230
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 a devcontainer, since the default for codespaces is node 16 :0 #2230
Conversation
.github/dependabot.yml
Outdated
- package-ecosystem: 'npm' | ||
directory: '/' | ||
target-branch: 'master' | ||
target-branch: 'main' |
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.
Will this stop updating the v0.x branch? If it does intentionally, maybe we should just end-of-life the v0.x branch officially? I think it also means we would have two checks for the main branch.
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'm ok with keeping this as long as it was on purpose. I wasn't sure if this was intentional or a left-over.
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.
AFAIK it's necessary for having dependabot continue updating the master branch, but if anyone knows better, I'm happy to be wrong.
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.
Based on what I can see from the dependabot PRs is that it is bumping on master
rather than release-1.x
.
Should that be changed to release-1.x
or do I miss something?
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.
switched |
17648e8
to
be51e6c
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, cjihrig The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.