We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce8888 commit 7ad30f0Copy full SHA for 7ad30f0
renovate.json5
@@ -29,6 +29,21 @@
29
"depName/{{depNameSanitized}}",
30
"manager/{{manager}}",
31
]
32
+ },
33
+ {
34
+ description: 'Auto-merge patch releases, e.g. from 1.25.1 to 1.25.2',
35
+ matchPackageNames: [
36
+ 'golang',
37
+ ],
38
+ //see https://docs.renovatebot.com/key-concepts/automerge/#automerge-non-major-updates
39
+ matchUpdateTypes: [
40
+ 'patch',
41
+ 'minor'
42
43
+ matchCurrentVersion: '!/-rc/',
44
+ automerge: true,
45
+ //see https://docs.renovatebot.com/key-concepts/automerge/#absence-of-tests
46
+ ignoreTests: true,
47
}
48
],
49
"regexManagers": [
0 commit comments