From 5cd14e02d2b4c0fe10f1758f845e1a1d17136b76 Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Tue, 10 Dec 2024 03:19:10 -0700 Subject: [PATCH] ci(renovate): pin all @bfra-me GitHub actions (#1115) --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index da9e106..191636f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -30,8 +30,8 @@ semanticCommitType: 'build', }, { - description: 'Keep @bfra-me/renovate-action at the pinned version.', - matchPackageNames: ['bfra-me/renovate-action'], + description: 'Keep @bfra-me actions at the pinned version.', + matchPackageNames: ['bfra-me/**'], matchDepTypes: ['action'], commitMessageTopic: '{{depName}}', rangeStrategy: 'pin',