File tree Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Original file line number Diff line number Diff line change 19
19
] ,
20
20
packageRules : [
21
21
{
22
- matchFileNames : [ "samples/**" ] ,
23
- groupName : "Samples" ,
22
+ matchFileNames : [ "samples/index_tuning_sample/**" ] ,
23
+ groupName : "samples-index_tuning_sample" ,
24
+ } ,
25
+ {
26
+ matchFileNames : [ "samples/langchain_on_vertexai/**" ] ,
27
+ groupName : "samples-langchain_on_vertexai" ,
28
+ } ,
29
+ {
30
+ matchFileNames : [ "samples/migrations/**" ] ,
31
+ groupName : "samples-migrations" ,
24
32
} ,
25
33
{
26
34
groupName : 'GitHub Actions' ,
38
46
'major' ,
39
47
] ,
40
48
} ,
41
- {
42
- groupName : 'python-nonmajor' ,
43
- ignorePaths : [ "samples/**" ] ,
44
- matchCategories : [
45
- 'python' ,
46
- ] ,
47
- matchUpdateTypes : [
48
- 'minor' ,
49
- 'patch' ,
50
- ] ,
51
- } ,
52
- {
53
- matchPackageNames : [ "numpy" ] ,
54
- matchUpdateTypes : [ "major" ]
55
- }
56
49
] ,
57
50
}
You can’t perform that action at this time.
0 commit comments