We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44cdb9 commit f1a5b9aCopy full SHA for f1a5b9a
.github/renovate.json
@@ -11,6 +11,11 @@
11
{
12
"matchPackageNames": ["*"],
13
"groupName": "Ansible collections"
14
+ },
15
+ {
16
+ "matchUpdateTypes": ["minor", "patch"],
17
+ "matchCurrentVersion": "!/^0/",
18
+ "automerge": true
19
}
20
]
21
},
@@ -30,6 +35,15 @@
30
35
31
36
"matchPackageNames": ["docker/**"],
32
37
"groupName": "Docker Actions"
38
39
40
+ "enabled": false,
41
+ "matchUpdateTypes": ["digest"]
42
43
44
45
46
33
47
34
48
49
@@ -39,6 +53,15 @@
53
54
55
"groupName": "Python dependencies"
56
57
58
+ "matchPackageNames": ["ansible-core"],
59
+ "separateMinorPatch": true
60
61
62
+ "matchUpdateTypes": ["patch"],
63
64
65
66
67
0 commit comments