33 " config:base" ,
44 " :semanticCommits" ,
55 " :semanticCommitType(deps)" ,
6- " :automergePatch "
6+ " :automergeMinor "
77 ],
8- "regexManagers" : [{
9- "fileMatch" : [
10- " defaults/main.yml"
11- ],
12- "matchStrings" : [
13- " # renovate: datasource=(?<datasource>\\ S+) depName=(?<depName>\\ S+)( versioning=(?<versioning>.*?))?\\ n.*?_version: (?<currentValue>.*)\\ s"
14- ]
15- }],
16- "packageRules" : [{
8+ "regexManagers" : [
9+ {
10+ "fileMatch" : [
11+ " defaults/main.yml"
12+ ],
13+ "matchStrings" : [
14+ " # renovate: datasource=(?<datasource>\\ S+) depName=(?<depName>\\ S+)( versioning=(?<versioning>.*?))?\\ n.*?_version: (?<currentValue>.*)\\ s"
15+ ]
16+ }
17+ ],
18+ "packageRules" : [
19+ {
1720 "description" : " Strip v prefix from versions" ,
1821 "groupName" : " version prefix" ,
1922 "matchDatasources" : [
2326 "extractVersion" : " ^v(?<version>.*)$"
2427 },
2528 {
26- "description" : " Semantic commits for major updates" ,
27- "groupName" : " major updates" ,
28- "matchDatasources" : [
29- " github-releases" ,
30- " github-tags" ,
31- " galaxy-collection"
32- ],
29+ "description" : " Semantic commits for major versions" ,
30+ "groupName" : " major versions" ,
3331 "matchUpdateTypes" : [
3432 " major"
3533 ],
36- "semanticCommitScope" : " major" ,
34+ "semanticCommitType" : " major" ,
35+ "semanticCommitScope" : " deps" ,
3736 "automerge" : false
3837 },
3938 {
40- "description" : " Semantic commits for minor updates" ,
41- "groupName" : " minor updates" ,
42- "matchDatasources" : [
43- " github-releases" ,
44- " github-tags" ,
45- " galaxy-collection"
46- ],
39+ "description" : " Semantic commits for minor versions" ,
40+ "groupName" : " minor versions" ,
4741 "matchUpdateTypes" : [
4842 " minor"
4943 ],
50- "semanticCommitScope" : " minor" ,
51- "automerge" : false
44+ "semanticCommitType" : " minor" ,
45+ "semanticCommitScope" : " deps" ,
46+ "automerge" : true
5247 },
5348 {
54- "description" : " Semantic commits for patch updates" ,
55- "groupName" : " patch updates" ,
56- "matchDatasources" : [
57- " github-releases" ,
58- " github-tags" ,
59- " galaxy-collection"
60- ],
49+ "description" : " Semantic commits for patch versions" ,
50+ "groupName" : " patch versions" ,
6151 "matchUpdateTypes" : [
6252 " patch"
6353 ],
64- "semanticCommitScope" : " patch" ,
54+ "semanticCommitType" : " patch" ,
55+ "semanticCommitScope" : " deps" ,
6556 "automerge" : true
6657 }
6758 ],
6859 "labels" : [
6960 " renovate"
7061 ]
71- }
62+ }
0 commit comments