diff --git a/github.json b/github.json new file mode 100644 index 0000000..9fb0d2d --- /dev/null +++ b/github.json @@ -0,0 +1,19 @@ +{ + "packageRules": [ + { + "description": "Auto merge GitHub Actions updates", + "matchManagers": [ + "github-actions" + ], + "matchDatasources": [ + "github-tags" + ], + "automerge": true, + "matchUpdateTypes": [ + "minor", + "patch", + "digest" + ] + } + ] +} \ No newline at end of file