Skip to content

Commit 4058f0e

Browse files
update config
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 15f7a2b commit 4058f0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

renovate/config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)