From 0e2c2b5d2c9eb2426b5ba85ba95796e59c8a7400 Mon Sep 17 00:00:00 2001 From: Yunpeng Niu Date: Sat, 11 May 2019 18:32:13 +0800 Subject: [PATCH] Setup the configurations for Dependabot --- .dependabot/config.yml | 12 ++++++++++++ README.md | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 .dependabot/config.yml diff --git a/.dependabot/config.yml b/.dependabot/config.yml new file mode 100644 index 0000000..fd2e12f --- /dev/null +++ b/.dependabot/config.yml @@ -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" diff --git a/README.md b/README.md index f2e0d54..928d93b 100644 --- a/README.md +++ b/README.md @@ -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).