Add dependabot config (#759)
parent
70a5084031
commit
255d7008d9
@ -0,0 +1,18 @@ |
|||||||
|
# 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 |
Loading…
Reference in new issue