Skip to content

Commit

Permalink
chore: configure dependabot (aws#3313)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller authored Jul 16, 2019
1 parent f0fec54 commit e02258f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# See: https://dependabot.com/docs/config-file/
version: 1
update_configs:
# Dependabot will detect the lerna mono-repo and discover packages in there
- directory: /
package_manager: javascript
update_schedule: live
ignored_updates:
- match:
# Don't suggest upgrading @types/node to versions >= 9
dependency_name: @types/node
version_requirements: '>= 9'
version_requirement_updates: increase_versions

0 comments on commit e02258f

Please sign in to comment.