Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
ci: create Dependabot config file (#730)
Browse files Browse the repository at this point in the history
* Create Dependabot config file

* ci: pointing markdown package updates to rafe

* ci: fixing a typo

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jon Ursenbach <jon@ursenba.ch>
  • Loading branch information
dependabot-preview[bot] and erunion authored Jun 3, 2020
1 parent 7aa3958 commit 8ffb9d2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
reviewers:
- erunion
labels:
- dependencies
- package-ecosystem: npm
directory: "/packages/markdown"
schedule:
interval: weekly
open-pull-requests-limit: 10
reviewers:
- rafegoldberg
labels:
- dependencies
- package-ecosystem: npm
directory: "/packages/markdown-magic"
schedule:
interval: weekly
open-pull-requests-limit: 10
reviewers:
- rafegoldberg
labels:
- dependencies

0 comments on commit 8ffb9d2

Please sign in to comment.