From fcae897a248a4169b54084796409b3bf77b39891 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 6 Mar 2025 13:00:18 +0000 Subject: [PATCH] Auto-merge github actions updates --- .github/renovate.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 1ded03d..5c4388c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,24 @@ { "extends": [ "config:base" + ], + "packageRules": [ + { + "description": "Auto merge GitHub Actions", + "matchManagers": [ + "github-actions" + ], + "matchDatasources": [ + "github-tags" + ], + "automerge": true, + "ignoreTests": true, + "automergeType": "branch", + "matchUpdateTypes": [ + "minor", + "patch", + "digest" + ] + } ] } \ No newline at end of file