Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

whitelist a bunch of dependencies (or: Let's Trust Bots To Not Mess Things Up) #2072

Merged
merged 1 commit into from
Apr 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 1
update_configs:
# Keep package.json (& lockfiles) up to date as soon as
# new versions are published to the npm registry
- package_manager: "javascript"
directory: "/"
update_schedule: "live"

# Automerge all whitelisted dependency updates (after CI passes)
automerged_updates:
- match:
dependency_name: "*mocha*"
update_type: "all"
- match:
dependency_name: "chai*"
update_type: "all"
- match:
dependency_name: "enzyme*"
update_type: "all"
- match:
dependency_name: "eslint*"
update_type: "all"
- match:
dependency_name: "sinon"
update_type: "all"
- match:
dependency_name: "semver"
update_type: "all"
- match:
dependency_name: "test-until"
update_type: "all"