Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 92b4eca commit cc4821d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>whitesource/merge-confidence:beta",
"config:base",
"mergeConfidence:all-badges",
"config:recommended",
":preserveSemverRanges",
":semanticCommitTypeAll(chore)"
],
Expand All @@ -18,12 +18,12 @@
}
],
"major": {
"stabilityDays": 7
"minimumReleaseAge": "7 days"
},
"minor": {
"stabilityDays": 3
"minimumReleaseAge": "3 days"
},
"patch": {
"stabilityDays": 2
"minimumReleaseAge": "2 days"
}
}

0 comments on commit cc4821d

Please sign in to comment.