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 534a5f1 commit 73c4f97Copy full SHA for 73c4f97
.renovaterc
@@ -2,5 +2,33 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"github>dargmuesli/renovate-config"
5
+ ],
6
+ "ignorePresets": ["group:allNonMajor"],
7
+ "packageRules": [
8
+ {
9
+ "groupName": "all non-major dependencies",
10
+ "groupSlug": "all-minor-patch",
11
+ "matchPackageNames": [
12
+ "*",
13
+ "!python",
14
+ "!actions/setup-python"
15
16
+ "matchUpdateTypes": [
17
+ "minor",
18
+ "patch"
19
+ ]
20
+ },
21
22
+ "groupName": "all non-major python dependencies",
23
+ "groupSlug": "all-minor-patch-python",
24
25
+ "python",
26
+ "actions/setup-python"
27
28
29
30
31
32
+ }
33
]
34
}
0 commit comments