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 c44cdb9 commit 9ba26bfCopy full SHA for 9ba26bf
.github/renovate.json
@@ -30,16 +30,17 @@
30
{
31
"matchPackageNames": ["docker/**"],
32
"groupName": "Docker Actions"
33
+ },
34
+ {
35
+ "enabled": false,
36
+ "matchUpdateTypes": ["digest"]
37
}
38
]
39
},
40
"pip_requirements": {
41
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.(txt|pip)$"],
42
"packageRules": [
- {
- "matchPackageNames": ["*"],
- "groupName": "Python dependencies"
- }
43
+
44
45
46
0 commit comments