-
Notifications
You must be signed in to change notification settings - Fork 373
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
ci: add Dependabot recursive go mod tidy support #1412
ci: add Dependabot recursive go mod tidy support #1412
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1412 +/- ##
=======================================
Coverage 55.87% 55.87%
=======================================
Files 431 431
Lines 65656 65656
=======================================
Hits 36685 36685
Misses 26103 26103
Partials 2868 2868
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Maybe that can be done using dependabot groups |
I love this 💯 I'm gonna push a PR soon for the gno repo to add these groups, but also for our other repos (JS clients especially, this will save my sanity) |
…milos/gno into fix/dependabot-mod-tidy
Co-authored-by: Manfred Touron <[email protected]>
…milos/gno into fix/dependabot-mod-tidy
## Description This PR introduces a simple workflow that tidies go mod files on Dependabot PRs, and turns off the mod check for those PRs (to avoid overlapping workflows). <details><summary>Contributors' checklist...</summary> - [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md). </details> --------- Co-authored-by: Guilhem Fanton <[email protected]> Co-authored-by: Manfred Touron <[email protected]>
Description
This PR introduces a simple workflow that tidies go mod files on Dependabot PRs, and turns off the mod check for those PRs (to avoid overlapping workflows).
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description