Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

feat: Add dependabot config #7

Merged
merged 2 commits into from
Jan 2, 2020
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
17 changes: 17 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This config is a good default for automatic dependency updates with
# dependabot. View the dependabot docs for all configuration options:
# https://dependabot.com/docs/config-file/

# NB: Just adding this config is not enough to get dependabot running; ask an
# org admin
# (https://github.com/orgs/tophat/people?utf8=%E2%9C%93&query=role%3Aowner) to
# enable it for your repository once you've set up your dependency management.

version: 1
update_configs:
- package_manager: "javascript" # change this based on the language you're using
directory: "/"
update_schedule: "weekly"
version_requirement_updates: "increase_versions"
commit_message:
prefix: "chore"