Skip to content

Commit 3c5d786

Browse files
committed
doc: add dependabot.yml
1 parent 5fd94c0 commit 3c5d786

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
3+
updates:
4+
# Library dependencies
5+
- package-ecosystem: 'npm'
6+
directory: '/'
7+
schedule:
8+
interval: 'weekly'
9+
open-pull-requests-limit: 5
10+
exclude-paths:
11+
- 'examples/**'
12+
commit-message:
13+
prefix: 'chore'
14+
include: 'scope'
15+
16+
# GitHub Actions
17+
- package-ecosystem: 'github-actions'
18+
directory: '/'
19+
schedule:
20+
interval: 'weekly'

0 commit comments

Comments
 (0)