Skip to content

Commit

Permalink
feat: use dependabot over greenkeeper
Browse files Browse the repository at this point in the history
Greenkeeper CLI is defunct so switching to Dependabot as Greg suggested.
  • Loading branch information
Berkmann18 committed Jun 9, 2023
1 parent 81cc66c commit 19dcc08
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 5
target-branch: master
# reviewers:
# - Berkmann18
# - RichardLitt
labels:
- dependencies
3 changes: 0 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
npm i -g greenkeeper-lockfile@1
npm prune
greenkeeper-lockfile-update
- run: |
npm ci
npm run lint
- run: greenkeeper-lockfile-upload
- run: npm t
env:
CI: true
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# name-your-contributors

[![Greenkeeper badge](https://badges.greenkeeper.io/mntnr/name-your-contributors.svg)](https://greenkeeper.io/)
[![npm version](https://badge.fury.io/js/name-your-contributors.svg)](https://badge.fury.io/js/name-your-contributors)
[![Build Status](https://travis-ci.org/mntnr/name-your-contributors.svg?branch=master)](https://travis-ci.org/mntnr/name-your-contributors)
[![Build and Deploy](https://github.com/mntnr/name-your-contributors/actions/workflows/nodejs.yml/badge.svg)](https://github.com/mntnr/name-your-contributors/actions/workflows/nodejs.yml)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

> Name your GitHub contributors; get commits, issues, and comments
Expand Down

0 comments on commit 19dcc08

Please sign in to comment.