-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add dependabot-generate make target #2613
Conversation
Address in open-telemetry#2613 instead.
* Refactor Makefile * Update dependabot targets * Sync github actions config with Makefile ci target * Update test targets * Use sed instead of parameter indexing * Remove dependabot-generate Address in #2613 instead.
Codecov Report
@@ Coverage Diff @@
## main #2613 +/- ##
=====================================
Coverage 76.1% 76.2%
=====================================
Files 173 173
Lines 12234 12234
=====================================
+ Hits 9320 9327 +7
+ Misses 2671 2666 -5
+ Partials 243 241 -2
|
How about a check that would fail if an auto-generated file becomes out of sync from the generator? |
I agree. It should be enough to add |
Fix #2612
dependabot-generate
target is added to automatically and reproducible generate the dependabot configuration. This is added as a way to easy fixing the error generated bydependabot-check
. This target is added to theprecommit
target dependencies.dbotconf
utility is added to generate the dependabot configuration.crosslink
anddbotconf
is refactored into thetools
package.