From f8ee6055d34cca779bbdc71a9a8487661744b787 Mon Sep 17 00:00:00 2001 From: depado Date: Sat, 28 Dec 2024 13:19:44 +0100 Subject: [PATCH] ci: automerge digests --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index e9e91bc..3eda867 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:best-practices", ":automergeMinor"] + "extends": ["config:best-practices", ":automergeMinor", ":automergeDigest"] }