File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,15 @@ module.exports = {
9292 "separateMinorPatch" : true ,
9393 "separateMultipleMajor" : true ,
9494 "groupName" : "{{datasource}} {{depType}} {{packageFile}}" ,
95- "addLabels" : [ "rule::4.1" , "github-action" , "skip-release" ]
95+ "addLabels" : [ "rule::4.1" , "github-action" , "skip-release" ] ,
96+ "versioning" : "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?"
9697 } ,
9798 {
9899 "automerge" : true ,
99100 // https://docs.renovatebot.com/configuration-options/#excluderepositories
100101 "excludeRepositories" : [ "ivankatliarchuk/.github" , "**/*-archived" ] ,
101102 "matchManagers" : [ "github-actions" ] ,
102- "addLabels" : [ "rule::4.1" ]
103+ "addLabels" : [ "rule::4.1.1 " ]
103104 } ,
104105 {
105106 "automerge" : false ,
You can’t perform that action at this time.
0 commit comments