Add dependabot config (#759)

fix-mocha-dep
jtakalai 1 year ago committed by GitHub
parent 70a5084031
commit 255d7008d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      .github/dependabot.yaml

@ -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…
Cancel
Save