Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Add Dependabot config (elementary#2260)
Browse files Browse the repository at this point in the history
* Add Dependabot config for JavaScript

* Add Dependabot config for PHP

* Update config.yml
  • Loading branch information
larouxn authored and lewisgoddard committed Oct 16, 2019
1 parent 66a0964 commit 00da3c2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "weekly"
default_labels:
- "dependencies"
default_reviewers:
- "lewisgoddard"
- "btkostner"
- package_manager: "php:composer"
directory: "_backend/"
update_schedule: "weekly"
default_labels:
- "dependencies"
default_reviewers:
- "lewisgoddard"
- "btkostner"

0 comments on commit 00da3c2

Please sign in to comment.