diff --git a/renovate.json b/renovate.json index ed4fccab..97f4c335 100644 --- a/renovate.json +++ b/renovate.json @@ -145,7 +145,9 @@ "minor", "patch" ], - "excludePackageNames": ["/^@stanlemon\\//"] + "matchPackageNames": [ + "!/^@stanlemon\\//" + ] } ] -} \ No newline at end of file +}