From 5496860808a25b6f8dbe76d65587ac59ee23c10e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 11 Jun 2025 06:48:19 +0100 Subject: [PATCH] Add github actions --- github.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 github.json 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