Skip to content

Commit 0479d11

Browse files
committed
Setup dependabot with weekly pnpm and GA updates
1 parent 4f72fda commit 0479d11

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'npm'
4+
schedule:
5+
interval: 'weekly'
6+
directories:
7+
- '/'
8+
groups:
9+
docusaurus-dependencies:
10+
patterns:
11+
- '@docusaurus/*'
12+
react-dependencies:
13+
patterns:
14+
- 'react-*'
15+
- package-ecosystem: 'github-actions'
16+
directory: '/'
17+
schedule:
18+
interval: 'weekly'

0 commit comments

Comments
 (0)