-
-
Notifications
You must be signed in to change notification settings - Fork 767
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
Upgrade to GitHub-native Dependabot #3716
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3716 +/- ##
=========================================
Coverage 78.04% 78.04%
Complexity 2883 2883
=========================================
Files 473 473
Lines 9302 9302
Branches 1767 1767
=========================================
Hits 7260 7260
Misses 1078 1078
Partials 964 964 Continue to review full report at Codecov.
|
.github/dependabot.yml
Outdated
- dependency-name: org.jetbrains.kotlinx:kotlinx-html-jvm | ||
versions: | ||
- 0.7.3 | ||
- dependency-name: org.jetbrains.kotlin:kotlin-reflect | ||
versions: | ||
- 1.4.31 |
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.
Is there a reason why we ignored those two? Can we remove them?
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 think that we can remoe all of those ignores. Those where not "ignored" but updated in other PRs because we need to change more things.
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.
Gotcha
.github/dependabot.yml
Outdated
- dependency-name: org.jetbrains.kotlinx:kotlinx-html-jvm | ||
versions: | ||
- 0.7.3 | ||
- dependency-name: org.jetbrains.kotlin:kotlin-reflect | ||
versions: | ||
- 1.4.31 |
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 think that we can remoe all of those ignores. Those where not "ignored" but updated in other PRs because we need to change more things.
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Nicola Corti <corti.nico@gmail.com>
Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then.
Dependabot has been fully integrated into GitHub, so you no longer have to install and manage a separate app. This pull request migrates your configuration from Dependabot.com to a config file, using the new syntax. When merged, we'll swap out
dependabot-preview
(me) for a newdependabot
app, and you'll be all set!With this change, you'll now use the Dependabot page in GitHub, rather than the Dependabot dashboard, to monitor your version updates, and you'll configure Dependabot through the new config file rather than a UI.
If you've got any questions or feedback for us, please let us know by creating an issue in the dependabot/dependabot-core repository.
Learn more about migrating to GitHub-native Dependabot
Please note that regular
@dependabot
commands do not work on this pull request.