Skip to content

Commit

Permalink
Enhancement: Add dependabot yml (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
wordshaker committed Mar 7, 2021
1 parent 54d067e commit 57dd7b5
Show file tree
Hide file tree
Showing 6 changed files with 1,880 additions and 1,850 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:
# Enable version updates for npm
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'

# Enable version updates for Docker
- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'weekly'

0 comments on commit 57dd7b5

Please sign in to comment.