From 48b13132ab306235682b74cae8f576af7318c861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Mon, 5 May 2025 15:07:40 +0200 Subject: [PATCH] chore(deps): renovate best-practices and pinGitHubActionDigests --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c303002..ab88c5d 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,9 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "minimumReleaseAge": "3 days", "extends": [ - "config:recommended" + "config:recommended", + "config:best-practices", + "helpers:pinGitHubActionDigests" ], "postUpdateOptions": [ "gomodTidy"