{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "helpers:pinGitHubActionDigests" ], "packageRules": [ { "addLabels": [ "renovate/automerge", "renovate/github-action" ], "automerge": true, "enabled": true, "matchManagers": [ "github-actions" ], "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" ], "matchUpdateTypes": [ "minor", "patch" ] }, { "addLabels": [ "renovate/automerge", "renovate/github-action" ], "allowedVersions": "<3.0.0", "automerge": true, "enabled": true, "matchManagers": [ "github-actions" ], "matchPackageNames": [ "opentofu/setup-opentofu" ] }, { "addLabels": [ "renovate/automerge", "renovate/github-action" ], "allowedVersions": "<5.0.0", "automerge": true, "enabled": true, "matchManagers": [ "github-actions" ], "matchPackageNames": [ "docker/login-action", "docker/setup-buildx-action", "docker/setup-qemu-action" ] }, { "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" ] }, { "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, "matchDatasources": [ "github-actions" ], "matchPackageNames": [ "ansible/ansible-lint" ] } ] }