diff --git a/actions.json b/actions.json index a15f125..29090f8 100644 --- a/actions.json +++ b/actions.json @@ -8,8 +8,6 @@ ], "automerge": true, "enabled": true, - "groupName": "actions", - "groupSlug": "actions", "matchManagers": [ "github-actions" ], @@ -25,31 +23,14 @@ ], "automerge": true, "enabled": true, - "groupName": "actions", - "groupSlug": "actions", "matchDatasources": [ - "github-releases" - ], - "matchPackageNames": [ - "anchore/syft", - "goreleaser/goreleaser" - ], - "matchUpdateTypes": [ - "minor", - "patch" - ] - }, - { - "addLabels": [ - "renovate/automerge", - "renovate/github-action" - ], - "automerge": true, - "enabled": true, - "matchDatasources":[ + "github-releases", "github-tags" ], "matchPackageNames": [ + "anchore/syft", + "aws/aws-cli", + "goreleaser/goreleaser", "oras-project/oras", "sigstore/cosign" ], @@ -63,93 +44,14 @@ "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", - "renovate/github-action" - ], - "allowedVersions": "<22.0.0", + "allowedVersions": "<3.0.0", "automerge": true, "enabled": true, "matchManagers": [ "github-actions" ], "matchPackageNames": [ - "DavidAnson/markdownlint-cli2-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": "<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" + "opentofu/setup-opentofu" ] }, { @@ -174,15 +76,99 @@ "renovate/automerge", "renovate/github-action" ], - "allowedVersions": "<3.0.0", + "allowedVersions": "<6.0.0", "automerge": true, "enabled": true, "matchManagers": [ "github-actions" ], "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" ] } ] -} \ No newline at end of file +}