diff --git a/actions.json b/actions.json index 61534ef..dc6675f 100644 --- a/actions.json +++ b/actions.json @@ -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" ] } ]