diff --git a/.circleci/config.yml b/.circleci/config.yml index 14ba923f..ed85b03d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,11 +10,6 @@ jobs: DOCKER_REPO: qlikcore/mira steps: - checkout - - run: - name: greenkeeper - Update - command: | - sudo npm install -g greenkeeper-lockfile@1 - greenkeeper-lockfile-update - restore_cache: key: npm-dependency-cache-{{ checksum "package.json" }} - run: @@ -24,9 +19,6 @@ jobs: name: Install dependencies command: npm install --quiet - - run: - name: greenkeeper - Upload - command: greenkeeper-lockfile-upload - run: name: Run ESLint command: diff --git a/README.md b/README.md index 63da4ae3..0393c3a2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **NOTE: This repository is under heavy development** [![CircleCI](https://circleci.com/gh/qlik-oss/mira.svg?style=shield)](https://circleci.com/gh/qlik-oss/mira) -[![Greenkeeper badge](https://badges.greenkeeper.io/qlik-oss/mira.svg)](https://greenkeeper.io/) +[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&identifier=91325889)](https://dependabot.com) [![Coverage Status](https://coveralls.io/repos/github/qlik-oss/mira/badge.svg?branch=enableCoveralls)](https://coveralls.io/github/qlik-oss/mira?branch=enableCoveralls) ## Overview