diff --git a/renovate.json b/renovate.json index 718b8ce2b6..7dd5164a0a 100644 --- a/renovate.json +++ b/renovate.json @@ -35,11 +35,15 @@ "automerge": false }, { - "matchPackageNames": [ - "eslint", - "lint", - "stylelint", - "prettier" + "matchPackagePatterns": [ + "^(@.*\\/|(.*-)?)eslint(-.*)?$", + "^(@.*\\/|(.*-)?)lint(-.*)?$", + "^(@.*\\/|(.*-)?)stylelint(-.*)?$", + "^(@.*\\/|(.*-)?)prettier(-.*)?$" + ], + "excludePackageNames": [ + "@vue/cli-plugin-eslint", + "lint-staged" ], "groupName": "js-linter" },