From cb1da7ee0590e551dec2934a21846622548c6ce7 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 14 Apr 2026 16:46:28 +0200 Subject: [PATCH] chore(deps): update action opentofu/setup-opentofu to v2.0.0 --- actions.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/actions.json b/actions.json index f6e8ed2..df3cff4 100644 --- a/actions.json +++ b/actions.json @@ -50,6 +50,7 @@ "github-tags" ], "matchPackageNames": [ + "oras-project/oras", "sigstore/cosign" ], "matchUpdateTypes": [ @@ -171,19 +172,14 @@ "renovate/automerge", "renovate/github-action" ], + "allowedVersions": "<3.0.0", "automerge": true, "enabled": true, - "groupName": "actions", - "groupSlug": "actions", - "matchDatasources": [ - "github-tags" + "matchManagers": [ + "github-actions" ], "matchPackageNames": [ - "oras-project/oras" - ], - "matchUpdateTypes": [ - "minor", - "patch" + "opentofu/setup-opentofu" ] } ]