From 29c883db0217074794e73e71dfc768c2f78feae4 Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Thu, 24 Oct 2024 03:33:58 +0600 Subject: [PATCH] Make renovate group github action deps --- .github/renovate.json5 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1103c9b..1546dee 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,13 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], - "labels": ["dependencies"], - "semanticCommits": "disabled" + "labels": ["Dependencies"], + "semanticCommits": "disabled", + "packageRules": [ + { + "groupName": "GitHub Actions", + "matchManagers": ["github-actions"], + "pinDigests": true, + } + ] }