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 49920f2 commit b1848b7Copy full SHA for b1848b7
renovate.json5
@@ -2,18 +2,7 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:best-practices",
5
- "helpers:pinGitHubActionDigestsToSemver"
6
- ],
7
- "packageRules": [
8
- {
9
- "matchManagers": ["pip_requirements"],
10
- "matchFileNames": ["**/*requirements*.txt"],
11
- "enabled": false,
12
- "groupName": "pip dependencies",
13
- "groupSlug": "pip"
14
- },
15
16
- "labels": [
17
- "dependencies"
+ "helpers:pinGitHubActionDigestsToSemver",
+ "security:only-security-updates"
18
]
19
}
0 commit comments