Skip to content

Commit 069a953

Browse files
authored
Setup dependabot with weekly pnpm and GA updates (#129)
With weekly runs, this should keep nebula-docs up-to-date with minimal interaction and automatic PR creation. Modelling the slackhq/nebula file: https://github.com/slackhq/nebula/blob/master/.github/dependabot.yml
1 parent 0f1ec89 commit 069a953

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)