You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
425 B
19 lines
425 B
1 year ago
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||
|
---
|
||
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: npm
|
||
|
directory: /
|
||
|
open-pull-requests-limit: 5
|
||
|
schedule:
|
||
|
interval: daily
|
||
|
time: "9:00"
|
||
|
timezone: MST
|
||
|
commit-message:
|
||
|
prefix: build
|
||
|
include: scope
|
||
|
assignees:
|
||
|
- cgewecke
|
||
|
labels:
|
||
|
- build
|