From 5da2cccd952cf788ccf920b0ca476f862928725d Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Fri, 23 Dec 2022 10:47:40 -0500 Subject: [PATCH] chore: update renovate bot configuration (#204) --- renovate.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 139f0838..f59c55ba 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:base", + "helpers:pinGitHubActionDigests" ], "packageRules": [ { @@ -10,10 +11,7 @@ "automerge": true }, { - "fileMatch": [ - "^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$", - "(^|\\/)action\\.ya?ml$" - ], + "matchManagers": ["github-actions"], "automerge": true } ]