add npm-audit-fix workflow#12
Conversation
aheev
commented
Apr 25, 2026
- Runs every monday
- raise a PR only if there are >= high vulnerabilities
|
@adsharma could you PTAL? |
|
https://github.com/ybiquitous/npm-audit-fix-action is another possibility. Search tells me they're popular, around for many years. But another dependency. Have you looked into why this is significant enough to have a dedicated action in the marketplace? |
I have encountered these actions initially, but lost during revisions. Curious, why can't we use Dependabot for the same? If we want more fine-grained control, we can use renovate too |
|
Agree - dependabot is a better option because it leaves a PR based audit trail. The other actions on marketplace are there for further automation and less PR noise (there is a lot of it in the nodejs world). |
is the dependabot auto fix enabled already? |
|
I toggled these two:
from disabled -> enabled. Let's give it a day or two to test and then close this PR? |
LGTM |
|
Also I am enabling
should I apply the same on |
|
|