Skip to content

Commit

Permalink
chore: instruct dependabot to ignore devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaljsr committed Aug 3, 2022
1 parent 87e066e commit ce24d59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/app/'
schedule:
interval: 'weekly'
allow:
# Allow both direct and indirect updates for production packages.
# Ignores packages listed in devDependencies
- dependency-type: 'production'

0 comments on commit ce24d59

Please sign in to comment.