Skip to content

Commit

Permalink
test: only surface production dependency vulnerabilities, not dev dep…
Browse files Browse the repository at this point in the history
…endency vulnerabilities (#5304)

I have no idea why this isn't the default, here are some threads on the issues:
dependabot/dependabot-core#4146
dependabot/dependabot-core#2521
facebook/create-react-app#11174
  • Loading branch information
nicks committed Dec 17, 2021
1 parent 7602472 commit 25fc4b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/**"
schedule:
interval: "daily"
allow:
- dependency-type: "production"
- package-ecosystem: "gomod"
directory: "/**"
schedule:
interval: "daily"
allow:
- dependency-type: "production"

0 comments on commit 25fc4b6

Please sign in to comment.