{ "extends": [ "config:recommended" ], "packageRules": [ { "description": "Auto merge GitHub Actions", "matchManagers": [ "github-actions" ], "matchDatasources": [ "github-tags" ], "automerge": true, "ignoreTests": true, "automergeType": "branch", "matchUpdateTypes": [ "minor", "patch", "digest" ] } ] }