Skip to content

Commit

Permalink
chore(ci): add Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Feb 22, 2020
1 parent 04fd6c7 commit cc900a0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
version_requirement_updates: increase_versions
automerged_updates:
- match:
dependency_type: "development"
update_type: "all"
- match:
dependency_type: "production"
update_type: "all"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
[![Download Total](https://img.shields.io/npm/dt/ember-lazy-mount.svg)](http://badge.fury.io/js/ember-lazy-mount)
[![Ember Observer Score](https://emberobserver.com/badges/ember-lazy-mount.svg)](https://emberobserver.com/addons/ember-lazy-mount)
[![Ember Versions](https://img.shields.io/badge/Ember.js%20Versions-%5E3.4-brightgreen.svg)](https://travis-ci.org/buschtoens/ember-lazy-mount)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Dependabot enabled](https://img.shields.io/badge/dependabot-enabled-blue.svg?logo=dependabot)](https://dependabot.com/)
[![dependencies](https://img.shields.io/david/buschtoens/ember-lazy-mount.svg)](https://david-dm.org/buschtoens/ember-lazy-mount)
[![devDependencies](https://img.shields.io/david/dev/buschtoens/ember-lazy-mount.svg)](https://david-dm.org/buschtoens/ember-lazy-mount)

Expand Down

0 comments on commit cc900a0

Please sign in to comment.