Skip to content

Commit 255d700

Browse files
authoredSep 21, 2023
Add dependabot config (#759)
1 parent 70a5084 commit 255d700

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎.github/dependabot.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
---
3+
version: 2
4+
updates:
5+
- package-ecosystem: npm
6+
directory: /
7+
open-pull-requests-limit: 5
8+
schedule:
9+
interval: daily
10+
time: "9:00"
11+
timezone: MST
12+
commit-message:
13+
prefix: build
14+
include: scope
15+
assignees:
16+
- cgewecke
17+
labels:
18+
- build

0 commit comments

Comments
 (0)
Please sign in to comment.