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

🚀 Feature: Consider having Renovate only update major and minor versions, not patch versions #1541

Closed
2 tasks done
JoshuaKGoldberg opened this issue Jun 5, 2024 · 2 comments · Fixed by #1601
Closed
2 tasks done
Labels
status: in discussion Not yet ready for implementation or a pull request type: feature New enhancement or request

Comments

@JoshuaKGoldberg
Copy link
Owner

JoshuaKGoldberg commented Jun 5, 2024

Bug Report Checklist

Overview

I'm sick and tired of getting so many Dependabot/Renovate PRs. In this package alone it's over a dozen a week [example dependencies search: first week of May 2024]. And across a few dozen repositories... I had to make https://github.com/JoshuaKGoldberg/prune-github-notifications just to have a usable GitHub inbox.

One potential way to trim down on these updates could be to no longer take in patch updates automatically. The default could be to take in only major and minor versions.

Additional Info

Is this ... a good idea? Bad idea? Input needed!

@JoshuaKGoldberg
Copy link
Owner Author

We did this in typescript-eslint too. I need to do something to reduce spam. Sent #1601.

JoshuaKGoldberg added a commit that referenced this issue Aug 7, 2024
## PR Checklist

- [x] Addresses an existing open issue: fixes #1541
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

Removes `"internalChecksFilter": "strict"` because that's the default
value.

Adds some unit tests because `createDotGitHubFiles` wasn't unit tested
before, too.

💖
Copy link

github-actions bot commented Aug 7, 2024

🎉 This is included in version v1.64.0 🎉

The release is available on:

Cheers! 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: in discussion Not yet ready for implementation or a pull request type: feature New enhancement or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant