Skip to content

Commit a9e3b4c

Browse files
chore: separate renovate bot PRs for samples and non-samples (#413)
1 parent 2a0c955 commit a9e3b4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
'type: process',
1919
],
2020
packageRules: [
21+
{
22+
matchFileNames: ["samples/**"],
23+
groupName: "Samples",
24+
},
2125
{
2226
groupName: 'GitHub Actions',
2327
matchManagers: [
@@ -36,6 +40,7 @@
3640
},
3741
{
3842
groupName: 'python-nonmajor',
43+
ignorePaths: ["samples/**"],
3944
matchCategories: [
4045
'python',
4146
],

0 commit comments

Comments
 (0)