We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c54ed commit 6a9711bCopy full SHA for 6a9711b
renovate.json5
@@ -1,13 +1,18 @@
1
{
2
- $schema: 'https://docs.renovatebot.com/renovate-schema.json',
3
- extends: [
4
- 'config:best-practices',
5
- 'helpers:pinGitHubActionDigestsToSemver',
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:best-practices",
+ "helpers:pinGitHubActionDigestsToSemver"
6
],
7
- ignorePaths: [
8
- 'instrumentation/**',
+ "packageRules": [
+ {
9
+ "matchManagers": ["pip_requirements"],
10
+ "enabled": false,
11
+ "groupName": "pip dependencies",
12
+ "groupSlug": "pip"
13
+ },
14
- labels: [
- 'dependencies'
15
+ "labels": [
16
+ "dependencies"
17
]
18
}
0 commit comments