File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
version : 2
7
7
updates :
8
- - package-ecosystem : " " # See documentation for possible values
8
+ # Example for npm (JavaScript/Node.js)
9
+ - package-ecosystem : " npm" # See documentation for possible values
9
10
directory : " /" # Location of package manifests
10
11
schedule :
11
12
interval : " weekly"
13
+
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
+ - package-ecosystem : " github-actions"
22
+ directory : " /" # Location of your GitHub Actions workflows
23
+ schedule :
24
+ interval : " weekly"
25
+
26
+ # Example for Docker
27
+ - 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
35
+ schedule :
36
+ interval : " weekly"
You can’t perform that action at this time.
0 commit comments