diff --git a/.github/renovate.json b/.github/renovate.json index 03947103..d223c92b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,6 +8,9 @@ }, { "updateTypes": ["patch", "pin", "digest"] + }, + { + "matchPackageNames": ["@typescript-eslint/parser", "eslint-plugin-jest"] } ] }