Skip to content

Commit

Permalink
try enabling dependabot for dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Aug 21, 2021
1 parent 6ca05b3 commit 884c0d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
# Configuration for npm
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
allow:
dependency-type: 'development'
# labels:
# - 'dependencies'
# ignore:
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-update

0 comments on commit 884c0d3

Please sign in to comment.