File tree Expand file tree Collapse file tree 1 file changed +43
-12
lines changed Expand file tree Collapse file tree 1 file changed +43
-12
lines changed Original file line number Diff line number Diff line change 1
- # To get started with Dependabot version updates, you'll need to specify which
2
- # package ecosystems to update and where the package manifests are located.
3
- # Please see the documentation for all configuration options:
4
- # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
-
6
1
version : 2
7
2
updates :
8
- # root
9
- - package-ecosystem : ' github-actions'
3
+ - package-ecosystem : github-actions
10
4
directory : ' /'
11
5
schedule :
12
- interval : ' monthly'
13
- - package-ecosystem : ' npm'
6
+ interval : monthly
7
+ commit-message :
8
+ prefix : ' build'
9
+ include : scope
10
+
11
+ - package-ecosystem : npm
14
12
directory : ' /'
15
13
schedule :
16
- interval : ' monthly'
17
- - package-ecosystem : ' pip'
14
+ interval : monthly
15
+ commit-message :
16
+ prefix : ' build'
17
+ include : scope
18
+ groups :
19
+ dev-patches :
20
+ applies-to : version-updates
21
+ dependency-type : development
22
+ update-types :
23
+ - patch
24
+
25
+ - package-ecosystem : pip
18
26
directory : ' /'
19
27
schedule :
20
- interval : ' monthly'
28
+ interval : monthly
29
+ commit-message :
30
+ prefix : ' build'
31
+ include : scope
32
+ groups :
33
+ mkdocs :
34
+ applies-to : version-updates
35
+ patterns :
36
+ - ' mkdocs*'
37
+ update-types :
38
+ - patch
39
+ - minor
40
+ development :
41
+ applies-to : version-updates
42
+ dependency-type : development
43
+ update-types :
44
+ - patch
45
+ - minor
46
+ production :
47
+ applies-to : version-updates
48
+ dependency-type : production
49
+ update-types :
50
+ - patch
51
+ - minor
You can’t perform that action at this time.
0 commit comments