From 0cca7658bb595e9320c1064c3c13ee013f161bb6 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 11 Jan 2026 21:27:34 +0100 Subject: [PATCH] fix(actions): update ansible/ansible-lint to v26 --- actions.json | 57 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 20 deletions(-) diff --git a/actions.json b/actions.json index 4f77757..6fc0f90 100644 --- a/actions.json +++ b/actions.json @@ -18,26 +18,6 @@ "patch" ] }, - { - "addLabels": [ - "renovate/automerge", - "renovate/github-action" - ], - "automerge": true, - "enabled": true, - "groupName": "actions", - "groupSlug": "actions", - "matchDatasources": [ - "github-releases" - ], - "matchPackageNames": [ - "goreleaser/goreleaser" - ], - "matchUpdateTypes": [ - "minor", - "patch" - ] - }, { "addLabels": [ "renovate/automerge", @@ -53,6 +33,23 @@ "actions/checkout" ] }, + { + "addLabels": [ + "renovate/automerge", + "renovate/github-action" + ], + "allowedVersions": "<27.0.0", + "automerge": true, + "enabled": true, + "groupName": "actions", + "groupSlug": "actions", + "matchDatasources": [ + "github-actions" + ], + "matchPackageNames": [ + "ansible/ansible-lint" + ] + }, { "addLabels": [ "renovate/automerge", @@ -83,6 +80,26 @@ "golangci/golangci-lint-action" ] }, + { + "addLabels": [ + "renovate/automerge", + "renovate/github-action" + ], + "automerge": true, + "enabled": true, + "groupName": "actions", + "groupSlug": "actions", + "matchDatasources": [ + "github-releases" + ], + "matchPackageNames": [ + "goreleaser/goreleaser" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + }, { "addLabels": [ "renovate/automerge",