Disable dependabot
PR for update package-lock.json
#5167
Closed
yoshinorin
started this conversation in
Ideas
Replies: 3 comments 2 replies
-
Why not change the frequency in the config file: version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 20 Change the |
Beta Was this translation helpful? Give feedback.
2 replies
-
As for the package lock file, why not. Maybe just remember to update them to the latest every now and then |
Beta Was this translation helpful? Give feedback.
0 replies
-
See also #3370 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the problem
dependabot
PRs are super noisy for me. Especially, updates forpackage-lock.json
PRs. Below PRs are examples.If we will migrate to monorepo, this problem may become better. But, we need more time to do it (maybe hexo
v8.0.0
or higher?)So, personally I want to disable them.
Q1. How to disable them
I assume the
ignore
option seems effective. But not sure. Does someone know about this option?Q2. May we disable them if possible?
@hexojs/core
May we disable them if possible?
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions