Skip to content

Commit 6a9711b

Browse files
authored
Update renovate.json5
1 parent 81c54ed commit 6a9711b

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

renovate.json5

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
2-
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3-
extends: [
4-
'config:best-practices',
5-
'helpers:pinGitHubActionDigestsToSemver',
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:best-practices",
5+
"helpers:pinGitHubActionDigestsToSemver"
66
],
7-
ignorePaths: [
8-
'instrumentation/**',
7+
"packageRules": [
8+
{
9+
"matchManagers": ["pip_requirements"],
10+
"enabled": false,
11+
"groupName": "pip dependencies",
12+
"groupSlug": "pip"
13+
},
914
],
10-
labels: [
11-
'dependencies'
15+
"labels": [
16+
"dependencies"
1217
]
1318
}

0 commit comments

Comments
 (0)