Skip to content

Commit

Permalink
Merge pull request #319 from coronasafe/develop
Browse files Browse the repository at this point in the history
Production Deployment
  • Loading branch information
dauntlessnomad authored Jun 18, 2020
2 parents 9d05a33 + 0af0d3e commit ffdc352
Show file tree
Hide file tree
Showing 54 changed files with 3,043 additions and 1,757 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "*"
dependency-type: "production"
assignees:
- "tomahawk_pilot"
labels:
- "npm"
- "dependencies"

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ yarn-error.log*
dist
build
.swp
stats.json
Loading

0 comments on commit ffdc352

Please sign in to comment.