diff --git a/.github/renovate.json b/.github/renovate.json index 1ded03d..5c4388c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,24 @@ { "extends": [ "config:base" + ], + "packageRules": [ + { + "description": "Auto merge GitHub Actions", + "matchManagers": [ + "github-actions" + ], + "matchDatasources": [ + "github-tags" + ], + "automerge": true, + "ignoreTests": true, + "automergeType": "branch", + "matchUpdateTypes": [ + "minor", + "patch", + "digest" + ] + } ] } \ No newline at end of file