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.
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.
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.
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.
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?
|
switched |
17648e8 to
be51e6c
Compare
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.