diff --git a/renovate.json b/.github/renovate.json similarity index 82% rename from renovate.json rename to .github/renovate.json index 56e059d..6321c89 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -10,6 +10,10 @@ "matchManagers": ["npm"], "matchUpdateTypes": ["minor", "patch"], "groupName": "minor-and-patch" + }, + { + "matchUpdateTypes": ["lockFileMaintenance"], + "minimumReleaseAge": null } ] }