From 16c8700020193b724954b49a4b7116e7630551aa Mon Sep 17 00:00:00 2001 From: Lukas Tyla Date: Mon, 18 Nov 2024 12:25:13 +0200 Subject: [PATCH] [code-infra] Update renovate config to merge `action` pins (#15462) --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ad51a3c124a6..7c587261f30b 100644 --- a/renovate.json +++ b/renovate.json @@ -112,7 +112,8 @@ }, { "matchDepTypes": ["action"], - "pinDigests": true + "pinDigests": true, + "automerge": true }, { "groupName": "GitHub Actions",