Skip to content

Commit 9368d58

Browse files
committed
feat(config): replace greenkeeper with dependabot
1 parent 52ad170 commit 9368d58

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.travis.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,10 @@ node_js:
99
- '10'
1010
- '8'
1111

12-
before_install: # if "install" is overridden
13-
# Repo for Yarn
14-
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
15-
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
16-
- sudo apt-get update -qq
17-
- sudo apt-get install -y -qq yarn
18-
- yarn global add greenkeeper-lockfile@1
19-
20-
script: yarn test --runInBand
21-
2212
branches:
2313
only:
2414
- master
25-
- /^greenkeeper/.*$/
15+
- /^dependabot/.*$/
2616

2717
cache:
2818
directories:
@@ -35,7 +25,3 @@ notifications:
3525

3626
services:
3727
- xvfb
38-
39-
before_script:
40-
- greenkeeper-lockfile-update
41-
after_script: greenkeeper-lockfile-upload

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
A Vue Cli 3 plugin for Electron with no required configuration that uses [Electron Builder](https://www.electron.build/).
44

5-
Windows (Appveyor): [![Build status](https://ci.appveyor.com/api/projects/status/tyrr8kemli4vfll7?svg=true)](https://ci.appveyor.com/project/nklayman/vue-cli-plugin-electron-builder), Linux (Travis): [![Build Status](https://travis-ci.org/nklayman/vue-cli-plugin-electron-builder.svg?branch=master)](https://travis-ci.org/nklayman/vue-cli-plugin-electron-builder), Greenkeeper: [![Greenkeeper badge](https://badges.greenkeeper.io/nklayman/vue-cli-plugin-electron-builder.svg)](https://greenkeeper.io/)
6-
5+
Windows (Appveyor): [![Build status](https://ci.appveyor.com/api/projects/status/tyrr8kemli4vfll7?svg=true)](https://ci.appveyor.com/project/nklayman/vue-cli-plugin-electron-builder), Linux (Travis): [![Build Status](https://travis-ci.org/nklayman/vue-cli-plugin-electron-builder.svg?branch=master)](https://travis-ci.org/nklayman/vue-cli-plugin-electron-builder)
76
**IMPORTANT: Your app must be created with Vue-CLI 3 (vue create my-app), will not work with Vue-CLI 2 (vue init webpack my-app)!**
87

98
**IMPORTANT: These docs are for the v1.0.0 release of VCP Electron Builder. If you were previously using an older version of vue-cli-plugin-electron-builder (<1.0.0), please see the [upgrade guide](https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/upgrading.html) or [view the old docs](https://github.com/nklayman/vue-cli-plugin-electron-builder/tree/legacy).**

0 commit comments

Comments
 (0)