Skip to content
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

Run dependabot less often #1528

Merged
merged 3 commits into from
Mar 29, 2021
Merged

Run dependabot less often #1528

merged 3 commits into from
Mar 29, 2021

Conversation

sandstrom
Copy link
Contributor

Running dependabot too often creates a lot of noise in the commit logs, making it nearly useless to track actual progress.

Running it less often would reduce this problem (security updates still running immediately).

emberjs/ember.js has already made this change, though I think they configured it via the UI, which is obviously also an option (actually it's even better than doing it via a file IMO).

See: emberjs/ember.js#18979 (comment)

image

@RobbieTheWagner
Copy link
Member

I'm not sure I am in favor of this change. A lot happens in a month, and I would prefer not to wait a whole month to get new updates. I wonder if perhaps we should combine some of the dep updates into one PR instead of having so many? Not sure if something like that is possible or not.

@rwjblue
Copy link
Member

rwjblue commented Mar 18, 2021

I think weekly would be better than "all the time", but I also think combining updates into a single commit would be good (this is something that renovate could do, but dependabot can't at the moment).

@sandstrom
Copy link
Contributor Author

@rwwagner90 @rwjblue updated to weekly

(if either of you have repo access I think you can set this directly on the org or repository)

@RobbieTheWagner RobbieTheWagner merged commit d3e65db into emberjs:master Mar 29, 2021
@sandstrom sandstrom deleted the patch-1 branch March 29, 2021 14:20
patricklx pushed a commit to patricklx/ember-inspector that referenced this pull request Sep 19, 2022
* Run dependabot less often

* Update config.yml

* Update config.yml

Co-authored-by: Robert Wagner <rwwagner90@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants