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

Commit

Permalink
Update cadence for dependabot updates (#2402)
Browse files Browse the repository at this point in the history
Summary:
Updates to `examples` aren't really an issue, since this is code the user runs in it's computer only when checking out draft.js. This PR makes dependabot post PRs for it monthly.
Pull Request resolved: #2402

Reviewed By: claudiopro

Differential Revision: D21443592

Pulled By: mrkev

fbshipit-source-id: 3865bda2ee612551bbe31010bd1123e579b936ff
  • Loading branch information
mrkev authored and facebook-github-bot committed May 11, 2020
1 parent 6d619c6 commit 6619077
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/examples/draft-0-10-0/"
update_schedule: "monthly"
- package_manager: "javascript"
directory: "/"
update_schedule: "weekly"

0 comments on commit 6619077

Please sign in to comment.