fix(actions): update config

This commit is contained in:
2026-06-04 16:35:32 +02:00
parent f33d0c7262
commit 92152fec50
+92 -106
View File
@@ -8,8 +8,6 @@
], ],
"automerge": true, "automerge": true,
"enabled": true, "enabled": true,
"groupName": "actions",
"groupSlug": "actions",
"matchManagers": [ "matchManagers": [
"github-actions" "github-actions"
], ],
@@ -25,31 +23,14 @@
], ],
"automerge": true, "automerge": true,
"enabled": true, "enabled": true,
"groupName": "actions",
"groupSlug": "actions",
"matchDatasources": [ "matchDatasources": [
"github-releases" "github-releases",
],
"matchPackageNames": [
"anchore/syft",
"goreleaser/goreleaser"
],
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/github-action"
],
"automerge": true,
"enabled": true,
"matchDatasources":[
"github-tags" "github-tags"
], ],
"matchPackageNames": [ "matchPackageNames": [
"anchore/syft",
"aws/aws-cli",
"goreleaser/goreleaser",
"oras-project/oras", "oras-project/oras",
"sigstore/cosign" "sigstore/cosign"
], ],
@@ -63,93 +44,14 @@
"renovate/automerge", "renovate/automerge",
"renovate/github-action" "renovate/github-action"
], ],
"allowedVersions": "<27.0.0", "allowedVersions": "<3.0.0",
"automerge": true,
"enabled": true,
"groupName": "actions",
"groupSlug": "actions",
"matchDatasources": [
"github-actions"
],
"matchPackageNames": [
"ansible/ansible-lint"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/github-action"
],
"allowedVersions": "<22.0.0",
"automerge": true, "automerge": true,
"enabled": true, "enabled": true,
"matchManagers": [ "matchManagers": [
"github-actions" "github-actions"
], ],
"matchPackageNames": [ "matchPackageNames": [
"DavidAnson/markdownlint-cli2-action" "opentofu/setup-opentofu"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/github-action"
],
"allowedVersions": "<10.0.0",
"automerge": true,
"enabled": true,
"matchManagers": [
"github-actions"
],
"matchPackageNames": [
"actions/github-script",
"golangci/golangci-lint-action"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/github-action"
],
"allowedVersions": "<8.0.0",
"automerge": true,
"enabled": true,
"matchManagers": [
"github-actions"
],
"matchPackageNames": [
"goreleaser/goreleaser-action"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/github-action"
],
"allowedVersions": "<7.0.0",
"automerge": true,
"enabled": true,
"matchManagers": [
"github-actions"
],
"matchPackageNames": [
"actions/checkout"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/github-action"
],
"allowedVersions": "<6.0.0",
"automerge": true,
"enabled": true,
"matchManagers": [
"github-actions"
],
"matchPackageNames": [
"azure/setup-helm",
"peter-evans/dockerhub-description"
] ]
}, },
{ {
@@ -174,14 +76,98 @@
"renovate/automerge", "renovate/automerge",
"renovate/github-action" "renovate/github-action"
], ],
"allowedVersions": "<3.0.0", "allowedVersions": "<6.0.0",
"automerge": true, "automerge": true,
"enabled": true, "enabled": true,
"matchManagers": [ "matchManagers": [
"github-actions" "github-actions"
], ],
"matchPackageNames": [ "matchPackageNames": [
"opentofu/setup-opentofu" "azure/setup-helm",
"peter-evans/dockerhub-description"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/github-action"
],
"allowedVersions": "<7.0.0",
"automerge": true,
"enabled": true,
"matchManagers": [
"github-actions"
],
"matchPackageNames": [
"actions/checkout",
"actions/setup-go",
"actions/setup-java",
"actions/setup-node",
"actions/setup-python",
"aws-actions/configure-aws-credentials"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/github-action"
],
"allowedVersions": "<8.0.0",
"automerge": true,
"enabled": true,
"matchManagers": [
"github-actions"
],
"matchPackageNames": [
"goreleaser/goreleaser-action"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/github-action"
],
"allowedVersions": "<10.0.0",
"automerge": true,
"enabled": true,
"matchManagers": [
"github-actions"
],
"matchPackageNames": [
"actions/github-script",
"golangci/golangci-lint-action"
]
},
{
"addLabels": [
"renovate/automerge",
"renovate/github-action"
],
"allowedVersions": "<24.0.0",
"automerge": true,
"enabled": true,
"matchManagers": [
"github-actions"
],
"matchPackageNames": [
"DavidAnson/markdownlint-cli2-action"
]
},
{
"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"
] ]
} }
] ]