From f8b33b776399716128efc664cb749d17bdd39c2e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 30 Nov 2025 00:37:02 +0000 Subject: [PATCH] Add actions/setup-python auto update --- github.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/github.json b/github.json index b58c511..587a953 100644 --- a/github.json +++ b/github.json @@ -21,7 +21,8 @@ "github-actions" ], "matchPackagePatterns": [ - "actions/checkout.*" + "actions/checkout.*", + "actions/setup-python.*" ], "automerge": true