Skip to content

Commit

Permalink
Add dependabot config (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtakalai committed Sep 21, 2023
1 parent 70a5084 commit 255d700
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 255d700

Please sign in to comment.