From d4bf19f957cf32671b7306076ac5bd5c94732d8b Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Thu, 24 Oct 2024 03:35:46 +0600 Subject: [PATCH] Make renovate group github action deps --- .github/renovate.json5 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a1903185c..1546dee1d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,5 +2,12 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], "labels": ["Dependencies"], - "semanticCommits": "disabled" + "semanticCommits": "disabled", + "packageRules": [ + { + "groupName": "GitHub Actions", + "matchManagers": ["github-actions"], + "pinDigests": true, + } + ] }