internal: Allow only security updates for Dependabot#22076
internal: Allow only security updates for Dependabot#22076ChayimFriedman2 wants to merge 1 commit intorust-lang:masterfrom
Conversation
|
I'm assuming this is to reduce noise - have you considered tuning this to be less frequent instead? For rust updates it can be useful to use the new |
|
My main reason is that I don't think it's a good idea to bump minor versions unless you have a specific reason. |
|
I quite like the dependabot PRs because they have a handy link to the diff view, especially with |
|
I mean, it's fine if y'all feel like it's not worth upgrading all the time, I'm not completely against merging this. |
| version: 2 | ||
| updates: | ||
| - package-ecosystem: "npm" | ||
| # Disable version updates for npm dependencies |
There was a problem hiding this comment.
Actually, will this prevent security updates from happening? The docs don't really talk about this I think.
There was a problem hiding this comment.
It will not. GitHub explicitly says that in the example.
|
Imo I'd be fine with just setting the general cadence up to 2 weeks or something like that |
No description provided.