From 294b05a2353f7b287c1d78df945791849169f7d5 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 16 Jun 2022 16:24:00 +0200 Subject: [PATCH] chore: auto merge pre-commit patch update (#1882) --- .github/renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 } ]