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

Commit

Permalink
chore: deps are chores in a library by default
Browse files Browse the repository at this point in the history
  • Loading branch information
holvonixAdvay committed Nov 19, 2019
1 parent 560d6c1 commit 9af7e21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .dependabot/config.yml
@@ -1,15 +1,15 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
- package_manager: 'javascript'
directory: '/'
update_schedule: 'live'
default_reviewers:
- "holvonixAdvay"
- 'holvonixAdvay'
default_assignees:
- "holvonixAdvay"
- 'holvonixAdvay'
default_labels:
- "dependencies"
- 'dependencies'
commit_message:
prefix: "fix"
prefix_development: "chore"
prefix: 'chore'
prefix_development: 'chore'
include_scope: true

0 comments on commit 9af7e21

Please sign in to comment.