-
Notifications
You must be signed in to change notification settings - Fork 239
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(ci): specify only majors for GH Actions #904
Conversation
@@ -18,9 +18,9 @@ jobs: | |||
steps: | |||
- uses: actions/checkout@v2 | |||
|
|||
- uses: actions/setup-node@v2.4.0 | |||
- uses: actions/setup-node@v2 |
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.
dependabot is what changed from just specifying major: #620. But if renovate leaves it alone, I'm happy. I was unable to find any docs specifying the behavior - do you know?
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.
- uses: actions/checkout@v2 |
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.
thanks!
.github/workflows/lint.yml
Outdated
@@ -18,6 +18,6 @@ jobs: | |||
steps: | |||
- uses: actions/checkout@v2 | |||
- name: Danger | |||
uses: danger/danger-js@10.6.6 | |||
uses: danger/danger-js@v10 |
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.
@orta it doesn't work to specify a range - is this something you could fix? 😀
/~https://github.com/jest-community/eslint-plugin-jest/runs/3663450145
🎉 This PR is included in version 24.4.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 25.0.0-next.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This will create less PRs to update their versions
Set node version to 16Taken from #903