fix(actions): update docker/login-action and docker/setup-qemu-action

This commit is contained in:
2026-03-09 08:33:48 +01:00
parent effc28a2fd
commit 28e982b3b8

View File

@@ -23,14 +23,38 @@
"renovate/automerge", "renovate/automerge",
"renovate/github-action" "renovate/github-action"
], ],
"allowedVersions": "<7.0.0",
"automerge": true, "automerge": true,
"enabled": true, "enabled": true,
"matchManagers": [ "groupName": "actions",
"github-actions" "groupSlug": "actions",
"matchDatasources": [
"github-releases"
], ],
"matchPackageNames": [ "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/automerge",
"renovate/github-action" "renovate/github-action"
], ],
"allowedVersions": "<7.0.0",
"automerge": true, "automerge": true,
"enabled": true, "enabled": true,
"groupName": "actions", "matchManagers": [
"groupSlug": "actions", "github-actions"
"matchDatasources": [
"github-releases"
], ],
"matchPackageNames": [ "matchPackageNames": [
"goreleaser/goreleaser" "actions/checkout"
],
"matchUpdateTypes": [
"minor",
"patch"
] ]
}, },
{ {
@@ -135,17 +154,15 @@
"renovate/automerge", "renovate/automerge",
"renovate/github-action" "renovate/github-action"
], ],
"allowedVersions": "<5.0.0",
"automerge": true, "automerge": true,
"enabled": true, "enabled": true,
"matchDatasources":[ "matchManagers": [
"github-tags" "github-actions"
], ],
"matchPackageNames": [ "matchPackageNames": [
"sigstore/cosign" "docker/login-action",
], "docker/setup-qemu-action"
"matchUpdateTypes": [
"minor",
"patch"
] ]
} }
] ]