Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Updates yarn.lock files and adds dependabot configuration (#925)
Browse files Browse the repository at this point in the history
* Remove unused yarn.lock files

* Added dependabot config that targets the development branch

* Converted dependabot configuration to v2 config

* Remove dependabot v1 config
  • Loading branch information
jalextowle authored Sep 15, 2020
1 parent a16178d commit bf10641
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 24,428 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
target-branch: "development"
Loading

0 comments on commit bf10641

Please sign in to comment.