Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
chore(dependabot): adds examples directories separately (#2505)
Browse files Browse the repository at this point in the history
Summary:
**Summary**

Adds examples directories containing a `package.json` file individually. Resolves #2420.

**Test Plan**

Laser eyes {emoji:1f440}

Pull Request resolved: #2505

Reviewed By: mrkev

Differential Revision: D22617258

Pulled By: claudiopro

fbshipit-source-id: b56fb58c3e3d87e814b00faec850a5968d2455b8
  • Loading branch information
Claudio Procida authored and facebook-github-bot committed Jul 21, 2020
1 parent 2b8edb1 commit fb0eb34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .dependabot/config.yml
@@ -1,7 +1,13 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/examples/draft-0-10-0/"
directory: "/examples/draft-0-10-0/playground"
update_schedule: "monthly"
- package_manager: "javascript"
directory: "/examples/draft-0-10-0/tex"
update_schedule: "monthly"
- package_manager: "javascript"
directory: "/examples/draft-0-10-0/universal"
update_schedule: "monthly"
- package_manager: "javascript"
directory: "/"
Expand Down

0 comments on commit fb0eb34

Please sign in to comment.