Is there an easy way to have Dependabot scan all package.jsons for NPM? #11972
Unanswered
Gemberkoekje
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am new to dependabot, and I'm trying to set it up for a monorepo in Azure.
So I set it to scan \ and let it run. The error I got was "/package.json not found"
This makes sense, there is no package.json in my root, but there are multiple ones in apps/app1/package.json apps/app2/package.json etc.
I can of course manually set up all the directories with package.jsons, however, that means that every time someone adds a new app, they need not forget to add it to the dependabot config, so i'd rather not do that.
Is there an easy way to have dependabot scan every package.json in order?
My azure yaml looks something like this:
And my dependabot.yml looks something like this:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions