Skip to content

Commit de2672b

Browse files
authored
Merge pull request #15 from cgwalters/preserve-semver
config: Enable :preserveSemverRanges
2 parents af73a0d + e2a3548 commit de2672b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate-shared-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
// Add "Signed-off-by" footer to commit messages
77
":gitSignOff",
88
// Catch-all for grouping dependencies not caught by other groups
9-
"group:all"
9+
"group:all",
10+
":preserveSemverRanges"
1011
],
1112
// Rebase when there are merge conflicts
1213
//

0 commit comments

Comments
 (0)