From 344250199ac938208187fe76edfeb72883d12d46 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 1 Nov 2023 10:36:04 +0000 Subject: [PATCH] Update standard files Signed-off-by: Dan Webb --- CHANGELOG.md | 1 - renovate.json | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5975fa2..10c82bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ Standardise files with files in sous-chefs/repo-management - ## 2.0.6 - *2022-09-12* ## 2.0.5 - *2022-02-08* diff --git a/renovate.json b/renovate.json index 7e7a8ba..a0b29c8 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], - "packageRules": [{ + "packageRules": [ + { "groupName": "Actions", - "matchUpdateTypes": ["patch", "pin", "digest"], + "matchUpdateTypes": ["minor", "patch", "pin"], "automerge": true, "addLabels": ["Release: Patch", "Skip: Announcements"] },