diff --git a/renovate.json b/renovate.json index a1a1297..06609ce 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,9 @@ "packageRules": [ { "description": "Label dependency", + "matchDatasources": [ + "npm" + ], "addLabels": [ "automerge" ], @@ -20,6 +23,9 @@ }, { "description": "Automerge dependency patch", + "matchDatasources": [ + "npm" + ], "matchUpdateTypes": [ "patch" ],