diff --git a/.github/renovate.json b/.github/renovate.json index f44be1d61..df710efb0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -26,7 +26,11 @@ }, { "matchUpdateTypes": ["patch"], - "matchPaths": ["website/**", ".github/workflows/*"], + "matchPaths": [ + ".github/workflows/*", + ".pre-commit-config.yaml", + "website/**" + ], "automerge": true } ]