-
Notifications
You must be signed in to change notification settings - Fork 148
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
Return dependabot dependency checker #1361
Conversation
Signed-off-by: Petar Tonev <[email protected]>
Signed-off-by: Petar Tonev <[email protected]>
Signed-off-by: Petar Tonev <[email protected]>
Signed-off-by: Petar Tonev <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportBase: 83.50% // Head: 83.42% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #1361 +/- ##
===========================================
- Coverage 83.50% 83.42% -0.09%
===========================================
Files 292 292
Lines 72867 72867
===========================================
- Hits 60850 60790 -60
- Misses 12017 12077 +60
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
* return dependabot dependency checker Signed-off-by: Petar Tonev <[email protected]> * fix contractcall integration test Signed-off-by: Petar Tonev <[email protected]> * test dependabot Signed-off-by: Petar Tonev <[email protected]> * fix contractcall integration test and dependabot config Signed-off-by: Petar Tonev <[email protected]> Signed-off-by: Petar Tonev <[email protected]>
Signed-off-by: Petar Tonev [email protected]
Description:
Remove the configuration for
renovate
and return the configuration fordependabot
dependency checker since it was previously working well.Dependabot
is also used in all other SDKs and hedera-services, for this reason it would be better to keep the same convention here as wellRelated issue(s):
Fixes #1360
Notes for reviewer:
Checklist