-
Notifications
You must be signed in to change notification settings - Fork 37
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(deps): add dependabot bundler #647
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #647 +/- ##
==========================================
+ Coverage 56.40% 56.47% +0.07%
==========================================
Files 57 57
Lines 2780 2780
==========================================
+ Hits 1568 1570 +2
+ Misses 1070 1068 -2
Partials 142 142
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. |
2ec50a9
to
3d2a338
Compare
The resulting PR looks good #649 |
The bundler PRs are getting out of control. Let's try and rein them in.
3d2a338
to
f91d8f3
Compare
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.
Ah freck. |
I guess I need a way to pass in a signing key to the bot. |
ad503f0
to
4f282fb
Compare
4f282fb
to
7f69d37
Compare
3a26568
to
2da132e
Compare
@@ -542,6 +543,13 @@ while lower priority or nice-to-have things may take a little longer to get appr | |||
To help facilitate a smoother and faster review, follow the guidelines [above](#pr-submission-guidelines). | |||
Submissions which do not meet standards will be de-prioritised for review. | |||
|
|||
## Dependabot Bundler | |||
|
|||
There is an action that will periodically bundle dependabot pull requests into a single |
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 can extend this if more info is required. Maybe with a link to the action once it's available. Or a sample PR once there is one. :)
* chore(deps): add dependabot bundler The bundler PRs are getting out of control. Let's try and rein them in. * updating the action to use signing * remove pgp signing and add label Signed-off-by: Balazs Nadasdi <balazs@weave.works>
* Bundling updated dependencies. * chore(deps): add dependabot bundler (#647) * chore(deps): add dependabot bundler The bundler PRs are getting out of control. Let's try and rein them in. * updating the action to use signing * remove pgp signing and add label Signed-off-by: Balazs Nadasdi <balazs@weave.works> --------- Co-authored-by: Github Action <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Co-authored-by: Balazs Nadasdi <balazs@weave.works>
The bundler PRs are getting out of control. Let's try and rein them in.
This will also add the correct label so the label checker doesn't croak.
kind/feature
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Checklist: