Skip to content

Commit 693beb9

Browse files
authored
Update renovate.json5
1 parent d333473 commit 693beb9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

renovate.json5

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"config:best-practices",
55
"helpers:pinGitHubActionDigestsToSemver"
66
],
7-
"ignorePaths": [
8-
"instrumentation/**"
7+
"packageRules": [
8+
{
9+
"matchManagers": ["pip_requirements"],
10+
"matchFileNames": ["**/*requirements*.txt"],
11+
"enabled": false,
12+
"groupName": "pip dependencies",
13+
"groupSlug": "pip"
14+
},
915
],
1016
"labels": [
1117
"dependencies"

0 commit comments

Comments
 (0)