diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..bc047c4 --- /dev/null +++ b/renovate.json @@ -0,0 +1,9 @@ +{ + "extends": [ + "config:base", + ":separateMultipleMajorReleases", + ":separatePatchReleases", + ":maintainLockFilesWeekly" + ], + "rangeStrategy": "bump" +}