From df834b58a49fc99ca1a547a6184f96ef2d17cd43 Mon Sep 17 00:00:00 2001 From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com> Date: Fri, 13 Oct 2023 19:28:53 -0700 Subject: [PATCH] chore: auto merge test and benchmark dependencies (#86) --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 99ed150..024fd5b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,7 +22,7 @@ }, { "matchUpdateTypes": [ "minor", "patch", "digest" ], - "automerge": false, + "automerge": true, "matchFileNames": [ "tests/**", "benchmarks/**",