From 28e982b3b8a3306c083462fbccbed2dd724474b4 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 9 Mar 2026 08:33:48 +0100 Subject: [PATCH] fix(actions): update docker/login-action and docker/setup-qemu-action --- actions.json | 57 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 20 deletions(-) diff --git a/actions.json b/actions.json index 61534ef..dc6675f 100644 --- a/actions.json +++ b/actions.json @@ -23,14 +23,38 @@ "renovate/automerge", "renovate/github-action" ], - "allowedVersions": "<7.0.0", "automerge": true, "enabled": true, - "matchManagers": [ - "github-actions" + "groupName": "actions", + "groupSlug": "actions", + "matchDatasources": [ + "github-releases" ], "matchPackageNames": [ - "actions/checkout" + "anchore/syft", + "goreleaser/goreleaser" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + }, + { + "addLabels": [ + "renovate/automerge", + "renovate/github-action" + ], + "automerge": true, + "enabled": true, + "matchDatasources":[ + "github-tags" + ], + "matchPackageNames": [ + "sigstore/cosign" + ], + "matchUpdateTypes": [ + "minor", + "patch" ] }, { @@ -100,19 +124,14 @@ "renovate/automerge", "renovate/github-action" ], + "allowedVersions": "<7.0.0", "automerge": true, "enabled": true, - "groupName": "actions", - "groupSlug": "actions", - "matchDatasources": [ - "github-releases" + "matchManagers": [ + "github-actions" ], "matchPackageNames": [ - "goreleaser/goreleaser" - ], - "matchUpdateTypes": [ - "minor", - "patch" + "actions/checkout" ] }, { @@ -135,17 +154,15 @@ "renovate/automerge", "renovate/github-action" ], + "allowedVersions": "<5.0.0", "automerge": true, "enabled": true, - "matchDatasources":[ - "github-tags" + "matchManagers": [ + "github-actions" ], "matchPackageNames": [ - "sigstore/cosign" - ], - "matchUpdateTypes": [ - "minor", - "patch" + "docker/login-action", + "docker/setup-qemu-action" ] } ]