Skip to content

Commit 336f7fa

Browse files
authored
fix renovate config (#923)
1 parent 42d9723 commit 336f7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Renovate's default behavior is only to update from unstable -> unstable if it's for the
2424
// major.minor.patch, under the assumption that you would want to update to the stable version
2525
// of that release instead of the unstable version for a future release
26-
"ignoreUnstable": false
26+
"ignoreUnstable": false,
2727
allowedVersions: '!/\\-SNAPSHOT$/',
2828
},
2929
{

0 commit comments

Comments
 (0)