Skip to content

Commit

Permalink
Use dependabot instead of greenkeeper (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina authored Mar 28, 2020
1 parent 67d78db commit 2e901d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "daily"
ignored_updates:
- match:
dependency_name: "tap"
- match:
dependency_name: "@typescript-eslint/eslint-plugin"
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,5 @@
"ignore": [
"test/error/lib/a.js"
]
},
"greenkeeper": {
"ignore": [
"tap",
"@typescript-eslint/parser"
]
}
}

0 comments on commit 2e901d9

Please sign in to comment.