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/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"
]
}
]