From 101c9c74ac85902e644d78df0594a5e7af449cf6 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 5 Feb 2019 15:52:56 +0000 Subject: [PATCH 1/2] chore: add Greenkeeper config file --- greenkeeper.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 greenkeeper.json diff --git a/greenkeeper.json b/greenkeeper.json new file mode 100644 index 00000000..798c8fa7 --- /dev/null +++ b/greenkeeper.json @@ -0,0 +1,10 @@ +{ + "groups": { + "default": { + "packages": [ + "example/package.json", + "package.json" + ] + } + } +} From 375c954cae39613eebb48bd3656eb1c177d0974c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 5 Feb 2019 15:53:00 +0000 Subject: [PATCH 2/2] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4b6546..cce860c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gatsby plugin Algolia index -[![Build Status](https://travis-ci.org/kdichev/gatsby-plugin-algolia-index.svg?branch=master)](https://travis-ci.org/kdichev/gatsby-plugin-algolia-index) +[![Build Status](https://travis-ci.org/kdichev/gatsby-plugin-algolia-index.svg?branch=master)](https://travis-ci.org/kdichev/gatsby-plugin-algolia-index) [![Greenkeeper badge](https://badges.greenkeeper.io/kdichev/gatsby-plugin-algolia-index.svg)](https://greenkeeper.io/) > 🚧 This plugin is work in progress 🚧 >