Skip to content

Commit 1a95afe

Browse files
authored
chore: update renovate config (#442)
1 parent 3423e9a commit 1a95afe

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

.github/renovate.json5

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,16 @@
1919
],
2020
packageRules: [
2121
{
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",
2432
},
2533
{
2634
groupName: 'GitHub Actions',
@@ -38,20 +46,5 @@
3846
'major',
3947
],
4048
},
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-
}
5649
],
5750
}

0 commit comments

Comments
 (0)