From 220a266c04571cbd627a80be9798f18ea0cabb2a Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 17 Aug 2025 11:53:38 +0200 Subject: ci(renovate): automerge actions --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') diff --git a/.github/renovate.json b/.github/renovate.json index 0568be1..f4a0325 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,6 +10,12 @@ "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", "automerge": true + }, + { + "matchManagers": ["github-actions"], + "matchPackageNames": ["actions/setup-node"], + "automerge": true, + "automergeType": "branch" } ] } -- cgit v1.2.3