File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change 5
5
6
6
version : 2
7
7
updates :
8
- # Example for npm (JavaScript/Node.js)
9
- - package-ecosystem : " npm" # See documentation for possible values
10
- directory : " /" # Location of package manifests
8
+ - package-ecosystem : " npm" # Using npm for Docusaurus
9
+ directory : " /"
11
10
schedule :
12
11
interval : " weekly"
13
12
14
- # Example for Python (pip)
15
- - package-ecosystem : " pip"
16
- directory : " /" # Location of requirements.txt or pyproject.toml
17
- schedule :
18
- interval : " weekly"
19
-
20
- # Example for GitHub Actions
21
13
- package-ecosystem : " github-actions"
22
- directory : " /" # Location of your GitHub Actions workflows
14
+ directory : " /"
23
15
schedule :
24
16
interval : " weekly"
25
17
26
- # Example for Docker
27
18
- package-ecosystem : " docker"
28
- directory : " /" # Location of Dockerfiles
29
- schedule :
30
- interval : " weekly"
31
-
32
- # Example for Ruby (bundler)
33
- - package-ecosystem : " bundler"
34
- directory : " /" # Location of Gemfile
19
+ directory : " /"
35
20
schedule :
36
21
interval : " weekly"
You can’t perform that action at this time.
0 commit comments