Skip to content

Commit

Permalink
Setup the configurations for Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
yunpengn committed May 11, 2019
1 parent fca30db commit 0e2c2b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 1
update_configs:
# Keep package.json & package-lock.json up to date and perform weekly check on this.
- package_manager: "javascript"
directory: "/"
update_schedule: "weekly"

# Apply reviewer(s) and label(s) to the PRs created by Dependabot.
default_reviewers:
- "yunpengn"
default_labels:
- "dependencies"
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.com/yunpengn/CertAWS.svg?branch=master)](https://travis-ci.com/yunpengn/CertAWS)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=yunpengn/CertAWS)](https://dependabot.com)

# AWS Certificate Examination Preparation Guide

This repository presents the preparation guide for [AWS Certificate Examination](https://aws.amazon.com/certification/) written by [Yunpeng](https://yunpengn.github.io/). Currently, it is proundly powered by [GitBook](https://github.com/GitbookIO/gitbook).
Expand Down

0 comments on commit 0e2c2b5

Please sign in to comment.